diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e76ce0..8755765 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")