diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 23:11:49 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 23:11:49 +0000 |
| commit | a55dce2c834d7370ad166adfa6191c6f34e46d5e (patch) | |
| tree | 5e4085f131e65e3cbbe59d1cb6fa8cea3b8f4c67 /CMakeLists.txt | |
| parent | 3525fb689e21f3241224ef573f18f1f3c8606a9d (diff) | |
dalsi drobne upravy pro apple
git-svn-id: http://opensvn.csie.org/tuxanci_ng@209 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
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 |