From 36d6bffdda370e5675417413eecbc9d0ce9d82c9 Mon Sep 17 00:00:00 2001 From: David Hug Date: Wed, 3 May 2023 10:56:43 +0200 Subject: [PATCH] v2.3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f76df1b..d94abc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ add_library(${PROJECT_NAME} SHARED ${PROJECT_SOURCE_FILES}) add_library(Hyper::State ALIAS ${PROJECT_NAME}) # Fetch (external) content. -FetchContent_Declare(HyperVariables GIT_REPOSITORY https://github.com/VIS4ROB-lab/HyperVariables.git GIT_TAG ed79c43884dcaa45b3f70547a9edd6ef576b2978) +FetchContent_Declare(HyperVariables GIT_REPOSITORY https://github.com/VIS4ROB-lab/HyperVariables.git GIT_TAG b93a79f0e42fa1b11cc0e7233247aeb465e32dd1) FetchContent_MakeAvailable(HyperVariables) # Find Eigen target if not present.