diff options
author | Aleix Pol <aleixpol@kde.org> | 2013-09-04 16:27:31 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2013-09-04 16:27:31 +0200 |
commit | c1fb9ba339f7774303659e9b44b0ed1b38fe56c8 (patch) | |
tree | 72d48d6dfb17bdb02e0b0f36b12fe3e3c6fa4833 /attic | |
parent | f8067419636aa1bce82980edee3d80f8529d8971 (diff) | |
download | extra-cmake-modules-c1fb9ba339f7774303659e9b44b0ed1b38fe56c8.tar.gz extra-cmake-modules-c1fb9ba339f7774303659e9b44b0ed1b38fe56c8.tar.bz2 |
Remove contents between endif() parenthesis
Diffstat (limited to 'attic')
-rw-r--r-- | attic/modules/FindDocBookXML.cmake | 2 | ||||
-rw-r--r-- | 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) |