Skip to content

Commit

Permalink
Update CMake files
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Apr 27, 2024
1 parent dca5b35 commit c5f07a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ include(FetchContent)
# Fetch fontanf/orproblems.
FetchContent_Declare(
orproblems
GIT_REPOSITORY https://github.com/fontanf/orproblems.git
GIT_TAG b9e5b32ea612fd2cf23e71de0a969b6dd56ae5d3)
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../orproblems/")
#GIT_REPOSITORY https://github.com/fontanf/orproblems.git
GIT_TAG 538e605f7348b461710665fa0c62ec9d8ed8b3c4
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../orproblems/"
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(orproblems)

0 comments on commit c5f07a5

Please sign in to comment.