diff options
author | Kevin Funk <kfunk@kde.org> | 2015-12-18 12:37:19 +0100 |
---|---|---|
committer | Kevin Funk <kfunk@kde.org> | 2015-12-18 15:57:50 +0100 |
commit | 942ba80dae253fef93094d178da3ce0abc47da5d (patch) | |
tree | c1e633d8caa14d02536806c91a7cf30f3680c809 /attic/modules/FindKDEWIN_Packager.cmake | |
parent | bdd38b5f45a889043deb0665bdb66086ca6c9bf5 (diff) | |
download | extra-cmake-modules-942ba80dae253fef93094d178da3ce0abc47da5d.tar.gz extra-cmake-modules-942ba80dae253fef93094d178da3ce0abc47da5d.tar.bz2 |
CMake: Cleanup: Strip text from endif/else
REVIEW: 126414
Diffstat (limited to 'attic/modules/FindKDEWIN_Packager.cmake')
-rw-r--r-- | attic/modules/FindKDEWIN_Packager.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/attic/modules/FindKDEWIN_Packager.cmake b/attic/modules/FindKDEWIN_Packager.cmake index b8f023e5..c587deb8 100644 --- a/attic/modules/FindKDEWIN_Packager.cmake +++ b/attic/modules/FindKDEWIN_Packager.cmake @@ -48,8 +48,8 @@ if (WIN32) "${_progFiles}" ) set(KDEWIN_PACKAGER_DIR ${KDEWIN_PACKAGER_DIR_tmp}) - endif(NOT KDEWIN_PACKAGER_DIR) - endif(NOT KDEWIN_PACKAGER_DIR) + endif() + endif() if (KDEWIN_PACKAGER_DIR) |