mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-12 00:58:33 +00:00
Update CMake requirements version
This commit is contained in:
parent
25f9d75f04
commit
a90469e71a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.22)
|
cmake_minimum_required(VERSION 3.18)
|
||||||
project(cgeditor)
|
project(cgeditor)
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
|
@ -22,4 +22,4 @@ add_library(cgeditor SHARED ${SRC_CPP_FILES})
|
||||||
set(COMPILE_EXAMPLES FALSE CACHE BOOL "Compiling included examples")
|
set(COMPILE_EXAMPLES FALSE CACHE BOOL "Compiling included examples")
|
||||||
if(COMPILE_EXAMPLES)
|
if(COMPILE_EXAMPLES)
|
||||||
add_subdirectory("examples/wxWidgets/")
|
add_subdirectory("examples/wxWidgets/")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue