diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-09-21 06:50:03 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-09-29 16:44:41 (GMT) |
commit | 4ad02332aad12bdda5ae3a091326856c2ff31b3e (patch) | |
tree | e86fd35d1de8254374375786365afac33311a313 /Modules/CheckSymbolExists.cmake | |
parent | 50b1ea5bed3cfc1a4d8ff2dcb246af19691a4aff (diff) | |
download | CMake-4ad02332aad12bdda5ae3a091326856c2ff31b3e.zip CMake-4ad02332aad12bdda5ae3a091326856c2ff31b3e.tar.gz CMake-4ad02332aad12bdda5ae3a091326856c2ff31b3e.tar.bz2 |
Remove period at the end of the check message.
Other messages don't have one.
Diffstat (limited to 'Modules/CheckSymbolExists.cmake')
-rw-r--r-- | Modules/CheckSymbolExists.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckSymbolExists.cmake b/Modules/CheckSymbolExists.cmake index 59b9942..5a8597f 100644 --- a/Modules/CheckSymbolExists.cmake +++ b/Modules/CheckSymbolExists.cmake @@ -89,7 +89,7 @@ macro(_CHECK_SYMBOL_EXISTS SOURCEFILE SYMBOL FILES VARIABLE) "${OUTPUT}\nFile ${SOURCEFILE}:\n" "${CMAKE_CONFIGURABLE_FILE_CONTENT}\n") else() - message(STATUS "Looking for ${SYMBOL} - not found.") + message(STATUS "Looking for ${SYMBOL} - not found") set(${VARIABLE} "" CACHE INTERNAL "Have symbol ${SYMBOL}") file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log "Determining if the ${SYMBOL} " |