diff options
| -rw-r--r-- | CMakeLists.txt | 4 |
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() |
