Skip to content

Commit 37c18b3

Browse files
committed
Update CMakeLists.txt
1 parent 42d974e commit 37c18b3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CMakeLists.txt

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
# Distributed under the Boost Software License, Version 1.0.
33
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
44

5-
# NOTE: CMake support for Boost.Array is currently experimental at best
6-
# and the interface is likely to change in the future
7-
8-
cmake_minimum_required(VERSION 3.5)
9-
project(boost-array LANGUAGES CXX)
5+
cmake_minimum_required(VERSION 3.5...3.20)
6+
project(boost_array VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
107

118
add_library(boost_array INTERFACE)
129
add_library(Boost::array ALIAS boost_array)
@@ -21,4 +18,3 @@ target_link_libraries(boost_array
2118
Boost::static_assert
2219
Boost::throw_exception
2320
)
24-

0 commit comments

Comments
 (0)