diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-21 15:42:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-21 15:42:12 (GMT) |
commit | 6a72bffaf4307da73bec16f0bfa8bccd03ea439f (patch) | |
tree | ec87c6288ca6e59cd3a4b33ec584c1602ae1e69c /Modules/InstallRequiredSystemLibraries.cmake | |
parent | 172d36cfedd0bcbda230cc138191e036acf29150 (diff) | |
download | CMake-6a72bffaf4307da73bec16f0bfa8bccd03ea439f.zip CMake-6a72bffaf4307da73bec16f0bfa8bccd03ea439f.tar.gz CMake-6a72bffaf4307da73bec16f0bfa8bccd03ea439f.tar.bz2 |
ENH: remove message
Diffstat (limited to 'Modules/InstallRequiredSystemLibraries.cmake')
-rw-r--r-- | Modules/InstallRequiredSystemLibraries.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/InstallRequiredSystemLibraries.cmake b/Modules/InstallRequiredSystemLibraries.cmake index 7fe6d68..4e4dbd3 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) |