Fixed cmake cache erro
This commit is contained in:
parent
27b459c85e
commit
603a4133d8
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8)
|
|||
|
||||
project("SDLFramework")
|
||||
|
||||
set(ENABLE_EXAMPLE_PROJECT CACHE BOOL OFF "Build a simple example application")
|
||||
set(ENABLE_EXAMPLE_PROJECT OFF CACHE BOOL "Build a simple example application")
|
||||
|
||||
|
||||
add_subdirectory("src/sdlf")
|
||||
|
|
Loading…
Reference in a new issue