Skip to content

Commit

Permalink
remove boost shared library link from header only test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Jun 26, 2024
1 parent 459db1d commit 10e58f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions tests/outfile/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ target_include_directories(test_output
)

target_link_libraries(test_output
${Boost_LIBRARIES}
swmm-output
swmm-output
)

set_target_properties(test_output
Expand Down
2 changes: 0 additions & 2 deletions tests/solver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ add_executable(test_lid
)

target_link_libraries(test_lid
${Boost_LIBRARIES}
swmm5
)

Expand Down Expand Up @@ -52,7 +51,6 @@ target_compile_features(test_solver
)

target_link_libraries(test_solver
${Boost_LIBRARIES}
swmm5
)

Expand Down

0 comments on commit 10e58f5

Please sign in to comment.