1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-06 00:41:01 +02:00

modernize cmake packages

This commit is contained in:
ClausKlein 2022-03-21 13:30:53 +01:00
parent 2b5d0934c1
commit 36992fd1aa
6 changed files with 11 additions and 12 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 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14...3.22)
project(BuildAll LANGUAGES CXX)