mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-25 16:12:19 +01:00
Fix required CMake version
`source_group(TREE` requires CMake 3.8
This commit is contained in:
committed by
Gennaro Prota
parent
ee172b86fd
commit
db1ea76a17
@@ -7,7 +7,7 @@
|
||||
# Official repository: https://github.com/boostorg/static_string
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.5...3.16)
|
||||
cmake_minimum_required(VERSION 3.8...3.16)
|
||||
|
||||
project(boost_static_string VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user