We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b16c5d commit 1db160dCopy full SHA for 1db160d
test/cmake_install_test/CMakeLists.txt
@@ -6,10 +6,10 @@ cmake_minimum_required(VERSION 3.5...3.20)
6
7
project(cmake_install_test LANGUAGES CXX)
8
9
-find_package(boost_stacktrace_basic REQUIRED)
+find_package(boost_stacktrace REQUIRED)
10
11
add_executable(main main.cpp)
12
-target_link_libraries(main Boost::stacktrace_basic)
+target_link_libraries(main Boost::stacktrace)
13
14
enable_testing()
15
add_test(main main)
test/cmake_subdir_test/CMakeLists.txt
@@ -40,7 +40,7 @@ foreach(dep IN LISTS deps)
40
endforeach()
41
42
43
44
45
46
0 commit comments