Skip to content

Commit

Permalink
Update CMake files
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Jul 13, 2024
1 parent 184fa99 commit 121818a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include(FetchContent)
FetchContent_Declare(
columngenerationsolver
GIT_REPOSITORY https://github.com/fontanf/columngenerationsolver.git
GIT_TAG 9c57300135f8d1ec2a44de4aeb53e0056d24f2f3)
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../columngenerationsolver/")
GIT_TAG 9c57300135f8d1ec2a44de4aeb53e0056d24f2f3
#SOURCE_DIR "${PROJECT_SOURCE_DIR}/../columngenerationsolver/"
EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(columngenerationsolver)

0 comments on commit 121818a

Please sign in to comment.