Skip to content

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
McEmzi committed May 3, 2023
1 parent 4c51fa3 commit 36d6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36d6bff

Please sign in to comment.