aboutsummaryrefslogtreecommitdiff
path: root/attic/modules/FindDocBookXSL.cmake
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2013-09-04 16:27:31 +0200
committerAleix Pol <aleixpol@kde.org>2013-09-04 16:27:31 +0200
commitc1fb9ba339f7774303659e9b44b0ed1b38fe56c8 (patch)
tree72d48d6dfb17bdb02e0b0f36b12fe3e3c6fa4833 /attic/modules/FindDocBookXSL.cmake
parentf8067419636aa1bce82980edee3d80f8529d8971 (diff)
downloadextra-cmake-modules-c1fb9ba339f7774303659e9b44b0ed1b38fe56c8.tar.gz
extra-cmake-modules-c1fb9ba339f7774303659e9b44b0ed1b38fe56c8.tar.bz2
Remove contents between endif() parenthesis
Diffstat (limited to 'attic/modules/FindDocBookXSL.cmake')
-rw-r--r--attic/modules/FindDocBookXSL.cmake2
1 files changed, 1 insertions, 1 deletions
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)