mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-05 17:46:28 +02: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)
|
||||
|
||||
# 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()
|
||||
|
|
Loading…
Add table
Reference in a new issue