[Cmake-commits] [cmake-commits] alex committed CMakeSystemSpecificInformation.cmake 1.40 1.41

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 9 20:26:09 EST 2009


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

Modified Files:
	CMakeSystemSpecificInformation.cmake 
Log Message:
STYLE: fix typo

Alex


Index: CMakeSystemSpecificInformation.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeSystemSpecificInformation.cmake,v
retrieving revision 1.40
retrieving revision 1.41
diff -C 2 -d -r1.40 -r1.41
*** CMakeSystemSpecificInformation.cmake	10 Aug 2007 13:07:39 -0000	1.40
--- CMakeSystemSpecificInformation.cmake	10 Jan 2009 01:26:07 -0000	1.41
***************
*** 30,34 ****
      CONFIGURE_FILE(${CMAKE_BINARY_DIR}/CMakeCache.txt
                     ${CMAKE_BINARY_DIR}/CopyOfCMakeCache.txt COPYONLY)
!     MESSAGE("You CMakeCache.txt file was copied to CopyOfCMakeCache.txt. " 
              "Please send that file to cmake at www.cmake.org.")
     ENDIF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
--- 30,34 ----
      CONFIGURE_FILE(${CMAKE_BINARY_DIR}/CMakeCache.txt
                     ${CMAKE_BINARY_DIR}/CopyOfCMakeCache.txt COPYONLY)
!     MESSAGE("Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. " 
              "Please send that file to cmake at www.cmake.org.")
     ENDIF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)



More information about the Cmake-commits mailing list