forked from boostorg/config
[CMake] Lower requirement to 3.5 and rename project to BoostConfig
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.8)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
project(boost-config LANGUAGES CXX)
|
project(BoostConfig LANGUAGES CXX)
|
||||||
|
|
||||||
add_library(boost_config INTERFACE)
|
add_library(boost_config INTERFACE)
|
||||||
add_library(Boost::config ALIAS boost_config)
|
add_library(Boost::config ALIAS boost_config)
|
||||||
|
Reference in New Issue
Block a user