Skip to content

Commit

Permalink
Merge pull request #8 from yrke/link-boost-lib
Browse files Browse the repository at this point in the history
Updated to use ${Boost_LIBRARIES}
  • Loading branch information
petergjoel authored Feb 12, 2020
2 parents efa119f + f25f5df commit f221891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ add_executable (Map map.cpp)
add_executable (StableSet stable_set.cpp)


target_link_libraries(Set boost_unit_test_framework ptrie)
target_link_libraries(Delete boost_unit_test_framework ptrie)
target_link_libraries(StableSet boost_unit_test_framework ptrie)
target_link_libraries(Map boost_unit_test_framework ptrie)
target_link_libraries(Set ${Boost_LIBRARIES} ptrie)
target_link_libraries(Delete ${Boost_LIBRARIES} ptrie)
target_link_libraries(StableSet ${Boost_LIBRARIES} ptrie)
target_link_libraries(Map ${Boost_LIBRARIES} ptrie)

0 comments on commit f221891

Please sign in to comment.