From c7f0edd5138370efd7bb935409cb7028ca74ab7f Mon Sep 17 00:00:00 2001 From: imuny <92868641+imuny0@users.noreply.github.com> Date: Mon, 3 Jan 2022 16:35:02 +0100 Subject: [PATCH] cmake en 1.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44f62ce..78b1174 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.18) +cmake_minimum_required(VERSION 3.16) project(Space) set(CMAKE_CXX_STANDARD 20)