diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-04 14:28:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-04 14:28:09 (GMT) |
commit | b338aad70c935ed2ce88ddb4b417276f23ad4224 (patch) | |
tree | 1c9b325ca886a5013e69305c4ddc78459de663c4 /Modules/CheckIncludeFile.cmake | |
parent | 5acbbcbba39489e7758a9b312819267085811fd8 (diff) | |
download | CMake-b338aad70c935ed2ce88ddb4b417276f23ad4224.zip CMake-b338aad70c935ed2ce88ddb4b417276f23ad4224.tar.gz CMake-b338aad70c935ed2ce88ddb4b417276f23ad4224.tar.bz2 |
ENH: Cleanup and unify
Diffstat (limited to 'Modules/CheckIncludeFile.cmake')
-rw-r--r-- | Modules/CheckIncludeFile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckIncludeFile.cmake b/Modules/CheckIncludeFile.cmake index ecb6fdc..9429e70 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} " |