aboutsummaryrefslogtreecommitdiff
path: root/modules/FindLibXslt.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindLibXslt.cmake')
-rw-r--r--modules/FindLibXslt.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/FindLibXslt.cmake b/modules/FindLibXslt.cmake
index 2efe52f2..44d24605 100644
--- a/modules/FindLibXslt.cmake
+++ b/modules/FindLibXslt.cmake
@@ -34,12 +34,12 @@ if(LIBXSLT_INCLUDE_DIR AND LIBXSLT_LIBRARIES)
endif(LIBXSLT_INCLUDE_DIR AND LIBXSLT_LIBRARIES)
if(LIBXSLT_FOUND)
- if(not LibXslt_FIND_QUIETLY)
+ if(NOT LibXslt_FIND_QUIETLY)
message(STATUS "Found LibXslt: ${LIBXSLT_LIBRARIES}")
- endif(not LibXslt_FIND_QUIETLY)
+ endif(NOT LibXslt_FIND_QUIETLY)
else(LIBXSLT_FOUND)
if(LibXslt_FIND_REQUIRED)
- message(FATAL_ERROR "Could not find LibXslt")
+ message(FATAL_ERROR "Could NOT find LibXslt")
endif(LibXslt_FIND_REQUIRED)
endif(LIBXSLT_FOUND)