Skip to content

Commit a55377f

Browse files
committed
Regenerate CMakeLists.txt
1 parent d6b5ff7 commit a55377f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Distributed under the Boost Software License, Version 1.0.
44
# https://www.boost.org/LICENSE_1_0.txt
55

6-
cmake_minimum_required(VERSION 3.5...3.20)
6+
cmake_minimum_required(VERSION 3.8...3.20)
77

88
project(boost_property_tree VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
99

@@ -30,6 +30,8 @@ target_link_libraries(boost_property_tree
3030
Boost::type_traits
3131
)
3232

33+
target_compile_features(boost_property_tree INTERFACE cxx_std_11)
34+
3335
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
3436

3537
add_subdirectory(test)

0 commit comments

Comments
 (0)