[cmake-commits] alex committed CMakeLists.txt 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 16 13:29:43 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/OutOfSource/OutOfSourceSubdir
In directory public:/mounts/ram/cvs-serv12952/Tests/OutOfSource/OutOfSourceSubdir

Modified Files:
	CMakeLists.txt 
Log Message:

STYLE: remove debug output



Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- CMakeLists.txt	16 Jul 2007 17:26:56 -0000	1.11
+++ CMakeLists.txt	16 Jul 2007 17:29:41 -0000	1.12
@@ -48,7 +48,6 @@
 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)



More information about the Cmake-commits mailing list