diff options
Diffstat (limited to 'modules/FindGIF.cmake')
-rw-r--r-- | modules/FindGIF.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/FindGIF.cmake b/modules/FindGIF.cmake index 6222b0d8..17097160 100644 --- a/modules/FindGIF.cmake +++ b/modules/FindGIF.cmake @@ -24,12 +24,12 @@ if(GIF_INCLUDE_DIR AND GIF_LIBRARIES) endif(GIF_INCLUDE_DIR AND GIF_LIBRARIES) if(GIF_FOUND) - if(not GIF_FIND_QUIETLY) + if(NOT GIF_FIND_QUIETLY) message(STATUS "Found GIF: ${GIF_LIBRARIES}") - endif(not GIF_FIND_QUIETLY) + endif(NOT GIF_FIND_QUIETLY) else(GIF_FOUND) if(GIF_FIND_REQUIRED) - message(FATAL_ERROR "Could not find GIF") + message(FATAL_ERROR "Could NOT find GIF") endif(GIF_FIND_REQUIRED) endif(GIF_FOUND) |