summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-07-15 16:43:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-07-15 16:43:09 (GMT)
commitd10d57fedd366f3586eb402b6f4c8002d853705e (patch)
tree7b2f50f7cf71e205a0c567f5cbb20da7bd3de482 /Modules/Platform
parent6d80f6645644c52dd5452202667e3af22b47d4b0 (diff)
downloadCMake-d10d57fedd366f3586eb402b6f4c8002d853705e.zip
CMake-d10d57fedd366f3586eb402b6f4c8002d853705e.tar.gz
CMake-d10d57fedd366f3586eb402b6f4c8002d853705e.tar.bz2
ENH: remove debug message
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-cl.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake
index f8ba170..2aa0dec 100644
--- a/Modules/Platform/Windows-cl.cmake
+++ b/Modules/Platform/Windows-cl.cmake
@@ -249,7 +249,6 @@ SET( MSVC_INCREMENTAL_YES_FLAG "")
IF(NOT MSVC_INCREMENTAL_DEFAULT)
SET( MSVC_INCREMENTAL_YES_FLAG "/INCREMENTAL:YES")
ENDIF()
-message("MSVC_INCREMENTAL_YES_FLAG = ${MSVC_INCREMENTAL_YES_FLAG}")
IF (CMAKE_COMPILER_SUPPORTS_PDBTYPE)
SET (CMAKE_EXE_LINKER_FLAGS_DEBUG_INIT "/debug /pdbtype:sept ${MSVC_INCREMENTAL_YES_FLAG}")