mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-29 20:17:36 +02:00
Update CMakeLists.txt
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user