lower cmake version and start drafting mcd

This commit is contained in:
2023-12-03 11:43:16 +01:00
parent 0e27cf4476
commit 317bd5bb52
4 changed files with 64 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
include(FetchContent)