We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d974e commit 37c18b3Copy full SHA for 37c18b3
CMakeLists.txt
@@ -2,11 +2,8 @@
2
# Distributed under the Boost Software License, Version 1.0.
3
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
4
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)
+cmake_minimum_required(VERSION 3.5...3.20)
+project(boost_array VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
10
11
add_library(boost_array INTERFACE)
12
add_library(Boost::array ALIAS boost_array)
@@ -21,4 +18,3 @@ target_link_libraries(boost_array
21
18
Boost::static_assert
22
19
Boost::throw_exception
23
20
)
24
0 commit comments