aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-23 16:22:11 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-23 16:22:11 +0100
commita90469e71a821d152ae31d16bd8b78793ada98d6 (patch)
treec124fb38e5e8da9aefbb969807c74fce099613ee
parent25f9d75f043d6c920088556b642041dbaf001d60 (diff)
Update CMake requirements version
-rw-r--r--CMakeLists.txt4
1 files 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()