From dae6d6c4629e9dc172d5cf61ac34a8bbd03418b3 Mon Sep 17 00:00:00 2001 From: Lars Ivar Hatledal Date: Mon, 11 Mar 2024 11:34:53 +0100 Subject: [PATCH] update demo dependency [skip ci] --- tests/threepp_fetchcontent_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/threepp_fetchcontent_test/CMakeLists.txt b/tests/threepp_fetchcontent_test/CMakeLists.txt index a0bb1d23e..6e135f67b 100644 --- a/tests/threepp_fetchcontent_test/CMakeLists.txt +++ b/tests/threepp_fetchcontent_test/CMakeLists.txt @@ -10,7 +10,7 @@ set(THREEPP_BUILD_EXAMPLES OFF) FetchContent_Declare( threepp GIT_REPOSITORY https://github.com/markaren/threepp.git - GIT_TAG 78032e414e5ef058f7f286491c47d7c4fa9ec313 + GIT_TAG f48f5f9a9749d3df38aef19e85c7886a2c20e17c ) FetchContent_MakeAvailable(threepp)