File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# Distributed under the Boost Software License, Version 1.0.
33# https://www.boost.org/LICENSE_1_0.txt
44
5- cmake_minimum_required (VERSION 3.5 ...3.16 )
5+ cmake_minimum_required (VERSION 3.8 ...4.20 )
66
77project (boost_stacktrace VERSION "${BOOST_SUPERPROJECT_VERSION} " LANGUAGES CXX)
88
Original file line number Diff line number Diff line change 22# Distributed under the Boost Software License, Version 1.0.
33# https://www.boost.org/LICENSE_1_0.txt
44
5- cmake_minimum_required (VERSION 3.5 ...4.20)
5+ cmake_minimum_required (VERSION 3.8 ...4.20)
66
77project (cmake_install_test LANGUAGES CXX)
88
99find_package (
10- Boost "$ENV{BOOST_SUPERPROJECT_VERSION} "
10+ Boost # "$ENV{BOOST_SUPERPROJECT_VERSION}"
1111 REQUIRED stacktrace ${BOOST_STACKTRACE_IMPL_BACKEND} stacktrace_from_exception
1212 CONFIG
1313)
You can’t perform that action at this time.
0 commit comments