Browse Source

Don't build magnum-info by default.

Causes more pain than solves (i.e. all platforms other than
non-embedded Linux fail because no windowless application exists yet).
pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
d83234d214
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -41,7 +41,7 @@ cmake_dependent_option(WITH_SHADERS "Build Shaders library" ON "NOT WITH_DEBUGTO
cmake_dependent_option(WITH_SHAPES "Build Shapes library" ON "NOT WITH_DEBUGTOOLS" ON)
option(WITH_TEXT "Build Text library" ON)
cmake_dependent_option(WITH_TEXTURETOOLS "Build TextureTools library" ON "NOT WITH_TEXT" ON)
option(WITH_MAGNUMINFO "Build magnum-info utility" ON)
option(WITH_MAGNUMINFO "Build magnum-info utility" OFF)
# Application libraries
if(CORRADE_TARGET_NACL)

Loading…
Cancel
Save