Skip to content

Commit 3f43588

Browse files
committed
Regenerate CMakeLists.txt
1 parent 20420e1 commit 3f43588

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Generated by `boostdep --cmake lambda2`
2-
# Copyright 2020 Peter Dimov
2+
# Copyright 2020, 2021 Peter Dimov
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.16)
6+
cmake_minimum_required(VERSION 3.8...3.20)
77

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

@@ -12,9 +12,10 @@ add_library(Boost::lambda2 ALIAS boost_lambda2)
1212

1313
target_include_directories(boost_lambda2 INTERFACE include)
1414

15+
target_compile_features(boost_lambda2 INTERFACE cxx_std_14)
16+
1517
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
1618

1719
add_subdirectory(test)
1820

1921
endif()
20-

0 commit comments

Comments
 (0)