diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-30 19:34:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-30 19:34:16 (GMT) |
commit | c4bf10377264fd96fc0b11342b58dc7607e050ad (patch) | |
tree | 7e1cf6a71524dc8dc606c53284886d04dec9486d /Modules/CMakeSystemSpecificInformation.cmake | |
parent | 6dda0c976f18ce7d8890a3aeca1a5ac0cb47428f (diff) | |
download | CMake-c4bf10377264fd96fc0b11342b58dc7607e050ad.zip CMake-c4bf10377264fd96fc0b11342b58dc7607e050ad.tar.gz CMake-c4bf10377264fd96fc0b11342b58dc7607e050ad.tar.bz2 |
Remove extra quote
Diffstat (limited to 'Modules/CMakeSystemSpecificInformation.cmake')
-rw-r--r-- | Modules/CMakeSystemSpecificInformation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeSystemSpecificInformation.cmake b/Modules/CMakeSystemSpecificInformation.cmake index c2c36d1..4a85b67 100644 --- a/Modules/CMakeSystemSpecificInformation.cmake +++ b/Modules/CMakeSystemSpecificInformation.cmake @@ -44,7 +44,7 @@ IF(EXISTS ${CMAKE_SYSTEM_INFO_FILE}) ELSE(EXISTS ${CMAKE_SYSTEM_INFO_FILE}) MESSAGE("System is unknown to cmake, create:\n${CMAKE_SYSTEM_INFO_FILE}" " to use this system, please send your config file to " - "cmake@www.cmake.org so it can be added to cmake"") + "cmake@www.cmake.org so it can be added to cmake") IF(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt) CONFIGURE_FILE(${CMAKE_BINARY_DIR}/CMakeCache.txt ${CMAKE_BINARY_DIR}/CopyOfCMakeCache.txt COPYONLY) |