Browse Source

STYLE: remove debug output

Alexander Neundorf 18 years ago
parent
commit
edb0a70d1f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt

+ 0 - 1
Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt

@@ -48,7 +48,6 @@ ENDIF ("${PROJECT_SOURCE_DIR}" STREQUAL "${ANOTHER_PROJ_SOURCE_DIR}")
 SET (WEASELS SIZZLING)
 
 GET_DIRECTORY_PROPERTY(incDirs INCLUDE_DIRECTORIES)
-message(STATUS "incDirs: -${incDirs}")
 IF(NOT incDirs)
    MESSAGE(FATAL_ERROR "GET_DIRECTORY_PROPERTY(INCLUDE_DIRECTORIES) returned empty list")
 ENDIF(NOT incDirs)