Update CMake requirements version

This commit is contained in:
Loic Guegan 2022-02-23 16:22:11 +01:00
parent 25f9d75f04
commit a90469e71a

View file

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