Skip to content

Commit f221891

Browse files
authored
Merge pull request #8 from yrke/link-boost-lib
Updated to use ${Boost_LIBRARIES}
2 parents efa119f + f25f5df commit f221891

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_executable (Map map.cpp)
1313
add_executable (StableSet stable_set.cpp)
1414

1515

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)
16+
target_link_libraries(Set ${Boost_LIBRARIES} ptrie)
17+
target_link_libraries(Delete ${Boost_LIBRARIES} ptrie)
18+
target_link_libraries(StableSet ${Boost_LIBRARIES} ptrie)
19+
target_link_libraries(Map ${Boost_LIBRARIES} ptrie)

0 commit comments

Comments
 (0)