diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dcb66d5..54d3678 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ IF ( Debug ) SET( CMAKE_C_FLAGS "-g -O0 -Wall -pipe") SET( CMAKE_CXX_FLAGS "-g -O0 -Wall -pipe") ADD_DEFINITIONS ( -DDEBUG ) - # SET ( CMAKE_VERBOSE_MAKEFILE on ) + SET ( CMAKE_VERBOSE_MAKEFILE on ) ENDIF ( Debug ) ############################################################################### # BASIC DIRECTORIES FOR INCLUSION |