From c1fb9ba339f7774303659e9b44b0ed1b38fe56c8 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 4 Sep 2013 16:27:31 +0200 Subject: Remove contents between endif() parenthesis --- attic/modules/FindDocBookXML.cmake | 2 +- attic/modules/FindDocBookXSL.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attic/modules/FindDocBookXML.cmake b/attic/modules/FindDocBookXML.cmake index 8edc59d4..54b4f9fd 100644 --- a/attic/modules/FindDocBookXML.cmake +++ b/attic/modules/FindDocBookXML.cmake @@ -44,7 +44,7 @@ if (NOT DocBookXML_CURRENTDTD_DIR) PATHS ${CMAKE_SYSTEM_PREFIX_PATH} PATH_SUFFIXES ${DTD_PATH_LIST} ) -endif (NOT DocBookXML_CURRENTDTD_DIR) +endif () include(FindPackageHandleStandardArgs) find_package_handle_standard_args (DocBookXML diff --git a/attic/modules/FindDocBookXSL.cmake b/attic/modules/FindDocBookXSL.cmake index 04530f43..8ea3bb48 100644 --- a/attic/modules/FindDocBookXSL.cmake +++ b/attic/modules/FindDocBookXSL.cmake @@ -41,7 +41,7 @@ if (NOT DocBookXSL_DIR) PATHS ${CMAKE_SYSTEM_PREFIX_PATH} PATH_SUFFIXES ${STYLESHEET_PATH_LIST} ) -endif (NOT DocBookXSL_DIR) +endif () include(FindPackageHandleStandardArgs) -- cgit v1.2.1