summaryrefslogtreecommitdiff
path: root/Modules/CheckIncludeFile.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-04 09:28:09 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-04 09:28:09 -0500
commitb338aad70c935ed2ce88ddb4b417276f23ad4224 (patch)
tree1c9b325ca886a5013e69305c4ddc78459de663c4 /Modules/CheckIncludeFile.cmake
parent5acbbcbba39489e7758a9b312819267085811fd8 (diff)
downloadcmake-b338aad70c935ed2ce88ddb4b417276f23ad4224.tar.gz
ENH: Cleanup and unify
Diffstat (limited to 'Modules/CheckIncludeFile.cmake')
-rw-r--r--Modules/CheckIncludeFile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckIncludeFile.cmake b/Modules/CheckIncludeFile.cmake
index ecb6fdcc96..9429e70d8d 100644
--- a/Modules/CheckIncludeFile.cmake
+++ b/Modules/CheckIncludeFile.cmake
@@ -39,7 +39,7 @@ MACRO(CHECK_INCLUDE_FILE INCLUDE VARIABLE)
"exists passed with the following output:\n"
"${OUTPUT}\n\n")
ELSE(${VARIABLE})
- MESSAGE(STATUS "Looking for ${INCLUDE} - not found.")
+ MESSAGE(STATUS "Looking for ${INCLUDE} - not found")
SET(${VARIABLE} "" CACHE INTERNAL "Have include ${INCLUDE}")
FILE(APPEND ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeError.log
"Determining if the include file ${INCLUDE} "