mirror of
https://github.com/boostorg/url.git
synced 2026-01-19 04:42:15 +00:00
build: cmake preferred version is 3.20
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# Project
|
||||
#
|
||||
#-------------------------------------------------
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
cmake_minimum_required(VERSION 3.8...3.20)
|
||||
set(BOOST_URL_VERSION 2)
|
||||
if (BOOST_SUPERPROJECT_VERSION)
|
||||
set(BOOST_URL_VERSION ${BOOST_SUPERPROJECT_VERSION})
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# https://www.boost.org/LICENSE_1_0.txt
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.5...3.16)
|
||||
cmake_minimum_required(VERSION 3.8...3.20)
|
||||
|
||||
project(cmake_subdir_test LANGUAGES CXX)
|
||||
set(__ignore__ ${CMAKE_C_COMPILER})
|
||||
|
||||
Reference in New Issue
Block a user