Fix required CMake version

`source_group(TREE` requires CMake 3.8
This commit is contained in:
Alexander Grund
2025-09-30 19:37:27 +02:00
committed by Gennaro Prota
parent ee172b86fd
commit db1ea76a17

View File

@@ -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)