Skip to content

Commit

Permalink
Remove boost lib
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 19, 2024
1 parent e0b7168 commit 14ec2f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/tests/end-to-end/binding_constraints/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include(${CMAKE_SOURCE_DIR}/tests/macros.cmake)
add_boost_test(tests-binding_constraints
SRC test_binding_constraints.cpp
LIBS
Boost::unit_test_framework
model_antares
antares-solver-simulation
antares-solver-hydro
Expand Down
1 change: 0 additions & 1 deletion src/tests/end-to-end/simple_study/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ add_boost_test(tests-simple-study
antares-solver-simulation
antares-solver-ts-generator
model_antares
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
Antares::tests::in-memory-study)
1 change: 0 additions & 1 deletion src/tests/src/api_internal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include(${CMAKE_SOURCE_DIR}/tests/macros.cmake)
add_boost_test(test-api
SRC test_api.cpp
LIBS
Boost::unit_test_framework
Antares::solver_api
Antares::tests::in-memory-study
test_utils_unit)
Expand Down

0 comments on commit 14ec2f0

Please sign in to comment.