Skip to content

Commit

Permalink
fix cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Sep 23, 2024
1 parent 9f11557 commit 50b3bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/solvers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FetchContent_Declare(

FetchContent_GetProperties(data_test_repository)
if(NOT data_test_repository_POPULATED)
FetchContent_MakeAvailable(data_test_repository)
FetchContent_Populate(data_test_repository)
endif()

set(Test_solver_ARGS ${data_test_repository_SOURCE_DIR}/data/)
Expand Down

0 comments on commit 50b3bd2

Please sign in to comment.