We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b5ff7 commit a55377fCopy full SHA for a55377f
CMakeLists.txt
@@ -3,7 +3,7 @@
3
# Distributed under the Boost Software License, Version 1.0.
4
# https://www.boost.org/LICENSE_1_0.txt
5
6
-cmake_minimum_required(VERSION 3.5...3.20)
+cmake_minimum_required(VERSION 3.8...3.20)
7
8
project(boost_property_tree VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
9
@@ -30,6 +30,8 @@ target_link_libraries(boost_property_tree
30
Boost::type_traits
31
)
32
33
+target_compile_features(boost_property_tree INTERFACE cxx_std_11)
34
+
35
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
36
37
add_subdirectory(test)
0 commit comments