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()