Skip to content

Commit

Permalink
Merge pull request #406 from karosc/fix/boost_linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc authored Jun 26, 2024
2 parents 459db1d + 10e58f5 commit dfd0e62
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 dfd0e62

Please sign in to comment.