Browse Source

STYLE: fix typo

Alex
Alexander Neundorf 17 years ago
parent
commit
097af4b86e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/CMakeSystemSpecificInformation.cmake

+ 1 - 1
Modules/CMakeSystemSpecificInformation.cmake

@@ -29,7 +29,7 @@ IF(NOT _INCLUDED_SYSTEM_INFO_FILE)
   IF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
   IF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
     CONFIGURE_FILE(${CMAKE_BINARY_DIR}/CMakeCache.txt
     CONFIGURE_FILE(${CMAKE_BINARY_DIR}/CMakeCache.txt
                    ${CMAKE_BINARY_DIR}/CopyOfCMakeCache.txt COPYONLY)
                    ${CMAKE_BINARY_DIR}/CopyOfCMakeCache.txt COPYONLY)
-    MESSAGE("You CMakeCache.txt file was copied to CopyOfCMakeCache.txt. " 
+    MESSAGE("Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. " 
             "Please send that file to [email protected].")
             "Please send that file to [email protected].")
    ENDIF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
    ENDIF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
 ENDIF(NOT _INCLUDED_SYSTEM_INFO_FILE)
 ENDIF(NOT _INCLUDED_SYSTEM_INFO_FILE)