diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-16 17:29:41 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-16 17:29:41 (GMT) |
commit | edb0a70d1fc0cb7f133835e5ec57ebe63aa4cd14 (patch) | |
tree | 03a8652aea2a720e9179ff8ad81f010ff1c678c1 /Tests/OutOfSource/OutOfSourceSubdir | |
parent | fac86048102011265b6a2f968f74618c63f96582 (diff) | |
download | CMake-edb0a70d1fc0cb7f133835e5ec57ebe63aa4cd14.zip CMake-edb0a70d1fc0cb7f133835e5ec57ebe63aa4cd14.tar.gz CMake-edb0a70d1fc0cb7f133835e5ec57ebe63aa4cd14.tar.bz2 |
STYLE: remove debug output
Diffstat (limited to 'Tests/OutOfSource/OutOfSourceSubdir')
-rw-r--r-- | Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt b/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt index b83991f..57c429e 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) |