summaryrefslogtreecommitdiff
path: root/Tests/OutOfSource
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-16 13:29:41 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-07-16 13:29:41 -0400
commitedb0a70d1fc0cb7f133835e5ec57ebe63aa4cd14 (patch)
tree03a8652aea2a720e9179ff8ad81f010ff1c678c1 /Tests/OutOfSource
parentfac86048102011265b6a2f968f74618c63f96582 (diff)
downloadcmake-edb0a70d1fc0cb7f133835e5ec57ebe63aa4cd14.tar.gz
STYLE: remove debug output
Diffstat (limited to 'Tests/OutOfSource')
-rw-r--r--Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt b/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt
index b83991f353..57c429e53f 100644
--- a/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt
+++ b/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)