From d10d57fedd366f3586eb402b6f4c8002d853705e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 15 Jul 2009 12:43:09 -0400 Subject: [PATCH] ENH: remove debug message --- Modules/Platform/Windows-cl.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake index f8ba1702d..2aa0dec8c 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}")