We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa119f + f25f5df commit f221891Copy full SHA for f221891
test/CMakeLists.txt
@@ -13,7 +13,7 @@ add_executable (Map map.cpp)
13
add_executable (StableSet stable_set.cpp)
14
15
16
-target_link_libraries(Set boost_unit_test_framework ptrie)
17
-target_link_libraries(Delete boost_unit_test_framework ptrie)
18
-target_link_libraries(StableSet boost_unit_test_framework ptrie)
19
-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 commit comments