Browse Source

CMake: set the option() command to OFF by default.

Huh wtf.
pull/231/head
Vladimír Vondruš 8 years ago
parent
commit
f89da143bd
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -147,7 +147,7 @@ endif()
# Platform-independent (almost) application libraries
if(NOT CORRADE_TARGET_ANDROID)
option(WITH_GLFWAPPLICATION "Build GlfwApplication library")
option(WITH_GLFWAPPLICATION "Build GlfwApplication library" OFF)
cmake_dependent_option(WITH_GLUTAPPLICATION "Build GlutApplication library" OFF "NOT TARGET_GLES" OFF)
option(WITH_SDL2APPLICATION "Build Sdl2Application library" OFF)
endif()

Loading…
Cancel
Save