mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
[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)
|
||||
project(boost-config LANGUAGES CXX)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(BoostConfig LANGUAGES CXX)
|
||||
|
||||
add_library(boost_config INTERFACE)
|
||||
add_library(Boost::config ALIAS boost_config)
|
||||
|
Reference in New Issue
Block a user