- turned off verbose display when building

This commit is contained in:
Mark Vejvoda 2010-12-11 13:01:06 +00:00
parent f27cb6c8a3
commit 99769d3dd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CMAKE_MINIMUM_REQUIRED( VERSION 2.6.2 )
PROJECT( MegaGlest )
SET(CMAKE_VERBOSE_MAKEFILE ON)
#SET(CMAKE_VERBOSE_MAKEFILE ON)
SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/mk/cmake/Modules)
IF(WIN32)