1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 17:42:13 +02:00

Use uppercase GLOOX_FOUND

This commit is contained in:
Dominik Schmidt
2011-02-21 16:57:26 +01:00
parent e16589dd55
commit 74f1e084ad
4 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ FIND_PACKAGE( QJSON REQUIRED )
INCLUDE( MacroOptionalFindPackage )
INCLUDE( MacroLogFeature )
macro_optional_find_package(Gloox 1.0)
macro_log_feature(Gloox_FOUND "Gloox" "A portable high-level Jabber/XMPP library for C++" "http://camaya.net/gloox" FALSE "" "Gloox is needed for the Jabber SIP plugin and the XMPP-Bot")
macro_log_feature(GLOOX_FOUND "Gloox" "A portable high-level Jabber/XMPP library for C++" "http://camaya.net/gloox" FALSE "" "Gloox is needed for the Jabber SIP plugin and the XMPP-Bot")
macro_display_feature_log()