Fixed cmake cache erro

This commit is contained in:
Robert 2020-06-18 17:03:29 +02:00
parent 27b459c85e
commit 603a4133d8

View file

@ -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")