From 4db9995dc15dca6db641448a731a7171e849f91b Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Wed, 7 Oct 2015 15:34:30 +0200 Subject: [PATCH] Removed CMake Boost debug output crap --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3aa1ed..d2afd35 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ include_directories(${PROJECT_SOURCE_DIR}/include) #set(GLFW_INCLUDE_DIR ${daydream_SOURCE_DIR}/libs/glfw-3.0.4/include) #set(GLFW_LIBRARY ${daydream_SOURCE_DIR}/libs/glfw-3.0.4/lib/Release/glfw3dll.lib) -set(Boost_DEBUG ON) +#set(Boost_DEBUG ON) set(Boost_USE_STATIC_LIBS on) add_definitions(-DBOOST_ALL_NO_LIB) #set(BOOST_INCLUDEDIR ${BOOST_ROOT}/boost)