aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-04-28 19:46:33 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-04-28 19:46:33 +0000
commit233cf130998d985f942c761c47b9d4d1820e4c43 (patch)
tree4b28e0ce80aca40b2af455801ebbb33e29d73912
parentd2473a5cc45b2a110b38dc79d21dd9d5397553b6 (diff)
downloadextra-cmake-modules-233cf130998d985f942c761c47b9d4d1820e4c43.tar.gz
extra-cmake-modules-233cf130998d985f942c761c47b9d4d1820e4c43.tar.bz2
-the first argument must be the exact-case name of the find-module, otherwise the macro doesn't work (i.e. it doesn't "see" the QUIET and REQUIRED options then)
Alex svn path=/trunk/KDE/kdelibs/; revision=1120294
-rw-r--r--modules/FindDBusMenuQt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindDBusMenuQt.cmake b/modules/FindDBusMenuQt.cmake
index fc8df648..4f8fef56 100644
--- a/modules/FindDBusMenuQt.cmake
+++ b/modules/FindDBusMenuQt.cmake
@@ -45,7 +45,7 @@ else (DBUSMENUQT_INCLUDE_DIR AND DBUSMENUQT_LIBRARIES)
set(DBUSMENUQT_FOUND TRUE)
endif( WIN32 AND DBUSMENUQT_LIBRARIES AND DBUSMENUQT_INCLUDE_DIR )
- find_package_handle_standard_args(dbusmenuqt DEFAULT_MSG DBUSMENUQT_LIBRARIES DBUSMENUQT_INCLUDE_DIR)
+ find_package_handle_standard_args(DBusMenuQt DEFAULT_MSG DBUSMENUQT_LIBRARIES DBUSMENUQT_INCLUDE_DIR)
mark_as_advanced(DBUSMENUQT_INCLUDE_DIR DBUSMENUQT_LIBRARIES)
endif (DBUSMENUQT_INCLUDE_DIR AND DBUSMENUQT_LIBRARIES)