[Cmake-commits] [cmake-commits] malaterre committed InstallRequiredSystemLibraries.cmake 1.15 1.16

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 8 08:59:27 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv9822

Modified Files:
	InstallRequiredSystemLibraries.cmake 
Log Message:
Minor typo in comments


Index: InstallRequiredSystemLibraries.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/InstallRequiredSystemLibraries.cmake,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** InstallRequiredSystemLibraries.cmake	28 Sep 2009 15:46:50 -0000	1.15
--- InstallRequiredSystemLibraries.cmake	8 Dec 2009 13:59:25 -0000	1.16
***************
*** 2,10 ****
  # will be installed with INSTALL_PROGRAMS into /bin for WIN32 and /lib
  # for non-win32. If CMAKE_SKIP_INSTALL_RULES is set to TRUE before including
! # this file, then the INSTALL command is not called.  The use can use 
  # the variable CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS to use a custom install 
  # command and install them into any directory they want.
  # If it is the MSVC compiler, then the microsoft run
! # time libraries will be found add automatically added to the
  # CMAKE_INSTALL_DEBUG_LIBRARIES, and installed.  
  # If CMAKE_INSTALL_DEBUG_LIBRARIES is set and it is the MSVC
--- 2,10 ----
  # will be installed with INSTALL_PROGRAMS into /bin for WIN32 and /lib
  # for non-win32. If CMAKE_SKIP_INSTALL_RULES is set to TRUE before including
! # this file, then the INSTALL command is not called.  The user can use 
  # the variable CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS to use a custom install 
  # command and install them into any directory they want.
  # If it is the MSVC compiler, then the microsoft run
! # time libraries will be found and automatically added to the
  # CMAKE_INSTALL_DEBUG_LIBRARIES, and installed.  
  # If CMAKE_INSTALL_DEBUG_LIBRARIES is set and it is the MSVC



More information about the Cmake-commits mailing list