Update CMakeLists.txt

This commit is contained in:
Peter Dimov
2021-06-10 01:19:53 +03:00
parent 85fd1e434f
commit e34c735a1a

View File

@ -4,9 +4,9 @@
# Distributed under the Boost Software License, Version 1.0.
# (http://www.boost.org/LICENSE_1_0.txt)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.5...3.20)
project(BoostConceptCheck LANGUAGES CXX)
project(boost_concept_check VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
add_library(boost_concept_check INTERFACE)
@ -18,4 +18,5 @@ target_link_libraries(boost_concept_check INTERFACE
Boost::config
Boost::preprocessor
Boost::static_assert
Boost::type_traits)
Boost::type_traits
)