1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 07:30:53 +02:00

Update all package versions

This commit is contained in:
ClausKlein 2023-07-26 23:35:25 +02:00
parent 41152efc02
commit c2751d904b
5 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# this script adds all subprojects to a single build to allow IDEs understand the full project
# structure.
cmake_minimum_required(VERSION 3.14...3.22)
cmake_minimum_required(VERSION 3.14...3.27)
project(BuildAll LANGUAGES CXX)