summaryrefslogtreecommitdiff
path: root/Modules/InstallRequiredSystemLibraries.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-21 11:42:12 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-21 11:42:12 -0400
commit6a72bffaf4307da73bec16f0bfa8bccd03ea439f (patch)
treeec87c6288ca6e59cd3a4b33ec584c1602ae1e69c /Modules/InstallRequiredSystemLibraries.cmake
parent172d36cfedd0bcbda230cc138191e036acf29150 (diff)
downloadcmake-6a72bffaf4307da73bec16f0bfa8bccd03ea439f.tar.gz
ENH: remove message
Diffstat (limited to 'Modules/InstallRequiredSystemLibraries.cmake')
-rw-r--r--Modules/InstallRequiredSystemLibraries.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/InstallRequiredSystemLibraries.cmake b/Modules/InstallRequiredSystemLibraries.cmake
index 7fe6d68340..4e4dbd32ac 100644
--- a/Modules/InstallRequiredSystemLibraries.cmake
+++ b/Modules/InstallRequiredSystemLibraries.cmake
@@ -48,7 +48,6 @@ IF(MSVC)
"${MSVC80_CRT_DIR}/msvcp80d.dll"
"${MSVC80_CRT_DIR}/msvcr80d.dll"
)
- message(${__install__libs})
ENDIF(CMAKE_INSTALL_DEBUG_LIBRARIES)
ENDIF(MSVC80)