Skip to content

Commit f6f3623

Browse files
committed
Update cmake_install_test/CMakeLists.txt
1 parent aad95c2 commit f6f3623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmake_install_test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5...3.20)
66

77
project(cmake_install_test LANGUAGES CXX)
88

9-
find_package(boost_stacktrace REQUIRED)
9+
find_package(boost_stacktrace_basic REQUIRED)
1010

1111
add_executable(main main.cpp)
1212
target_link_libraries(main Boost::stacktrace_basic)

0 commit comments

Comments
 (0)