Skip to content

Commit 2d302c2

Browse files
committed
Windows fix attempt
1 parent 4227d02 commit 2d302c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
project(boost_stacktrace VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
88

test/cmake_install_test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

77
project(cmake_install_test LANGUAGES CXX)
88

99
find_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
)

0 commit comments

Comments
 (0)