From a90469e71a821d152ae31d16bd8b78793ada98d6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 23 Feb 2022 16:22:11 +0100 Subject: [PATCH] Update CMake requirements version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22bcd7e..8576f39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.22) +cmake_minimum_required(VERSION 3.18) project(cgeditor) # Includes @@ -22,4 +22,4 @@ add_library(cgeditor SHARED ${SRC_CPP_FILES}) set(COMPILE_EXAMPLES FALSE CACHE BOOL "Compiling included examples") if(COMPILE_EXAMPLES) add_subdirectory("examples/wxWidgets/") -endif() \ No newline at end of file +endif()