Skip to content

Commit a615135

Browse files
committed
Update test/CMakeLists.txt
1 parent 32749a7 commit a615135

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/CMakeLists.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ if(NOT HAVE_BOOST_TEST)
88
return()
99
endif()
1010

11-
set(BOOST_TEST_LINK_LIBRARIES Boost::stacktrace_basic Boost::core)
12-
1311
# This test doesn't work with stacktrace_basic
14-
# boost_test(TYPE run SOURCES test.cpp test_impl.cpp)
12+
# boost_test(TYPE run SOURCES test.cpp test_impl.cpp Boost::stacktrace_basic Boost::core)
1513

16-
boost_test(TYPE run SOURCES test_noop.cpp test_impl.cpp)
17-
boost_test(TYPE run SOURCES test_trivial.cpp)
14+
boost_test(TYPE run SOURCES test_noop.cpp test_impl.cpp LINK_LIBRARIES Boost::stacktrace_noop Boost::core)
15+
boost_test(TYPE run SOURCES test_trivial.cpp LINK_LIBRARIES Boost::stacktrace_basic Boost::core)

0 commit comments

Comments
 (0)