Skip to content

Commit 1a38974

Browse files
committed
Change test/CMakeLists.txt to use Boost::stacktrace
1 parent 1db160d commit 1a38974

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ if(NOT HAVE_BOOST_TEST)
88
return()
99
endif()
1010

11-
# This test doesn't work with stacktrace_basic
12-
# boost_test(TYPE run SOURCES test.cpp test_impl.cpp Boost::stacktrace_basic Boost::core)
13-
11+
boost_test(TYPE run SOURCES test.cpp test_impl.cpp LINK_LIBRARIES Boost::stacktrace Boost::core)
1412
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)
13+
14+
boost_test(TYPE run SOURCES test_trivial.cpp LINK_LIBRARIES Boost::stacktrace Boost::core)

0 commit comments

Comments
 (0)