diff options
Diffstat (limited to 'modules/FindHSPELL.cmake')
-rw-r--r-- | modules/FindHSPELL.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/FindHSPELL.cmake b/modules/FindHSPELL.cmake index b0681d43..45475e9a 100644 --- a/modules/FindHSPELL.cmake +++ b/modules/FindHSPELL.cmake @@ -24,12 +24,12 @@ if(HSPELL_INCLUDE_DIR AND HSPELL_LIBRARIES) endif(HSPELL_INCLUDE_DIR AND HSPELL_LIBRARIES) if(HSPELL_FOUND) - if(not HSPELL_FIND_QUIETLY) + if(NOT HSPELL_FIND_QUIETLY) message(STATUS "Found HSPELL: ${HSPELL_LIBRARIES}") - endif(not HSPELL_FIND_QUIETLY) + endif(NOT HSPELL_FIND_QUIETLY) else(HSPELL_FOUND) if(HSPELL_FIND_REQUIRED) - message(FATAL_ERROR "Could not find HSPELL") + message(FATAL_ERROR "Could NOT find HSPELL") endif(HSPELL_FIND_REQUIRED) endif(HSPELL_FOUND) |