From d83234d214c67f82353280dc379b1c5790ef138f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 25 May 2013 20:12:31 +0200 Subject: [PATCH] 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). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e49cb0386..d6186aeef 100644 --- a/CMakeLists.txt +++ b/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)