[cmake-commits] hoffman committed
InstallRequiredSystemLibraries.cmake 1.7 1.8
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Sep 21 11:42:14 EDT 2007
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv22123
Modified Files:
InstallRequiredSystemLibraries.cmake
Log Message:
ENH: remove message
Index: InstallRequiredSystemLibraries.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/InstallRequiredSystemLibraries.cmake,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- InstallRequiredSystemLibraries.cmake 17 Sep 2007 19:26:59 -0000 1.7
+++ InstallRequiredSystemLibraries.cmake 21 Sep 2007 15:42:12 -0000 1.8
@@ -48,7 +48,6 @@
"${MSVC80_CRT_DIR}/msvcp80d.dll"
"${MSVC80_CRT_DIR}/msvcr80d.dll"
)
- message(${__install__libs})
ENDIF(CMAKE_INSTALL_DEBUG_LIBRARIES)
ENDIF(MSVC80)
More information about the Cmake-commits
mailing list