mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +02:00
require QXMPP_LIBRARY to be found for FindQXMPP to succeed
This commit is contained in:
parent
1b5c229dd6
commit
da7f3d18e4
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ select_library_configurations(QXMPP)
|
||||||
set(QXMPP_LIBRARIES "${QXMPP_LIBRARY}" Qt5::Xml)
|
set(QXMPP_LIBRARIES "${QXMPP_LIBRARY}" Qt5::Xml)
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(QXmpp DEFAULT_MSG QXMPP_INCLUDE_DIRS QXMPP_LIBRARIES)
|
find_package_handle_standard_args(QXmpp DEFAULT_MSG QXMPP_INCLUDE_DIRS QXMPP_LIBRARIES QXMPP_LIBRARY)
|
||||||
|
|
||||||
mark_as_advanced(QXMPP_INCLUDE_DIRS QXMPP_LIBRARIES QXMPP_SEARCH_DIRS)
|
mark_as_advanced(QXMPP_INCLUDE_DIRS QXMPP_LIBRARIES QXMPP_SEARCH_DIRS)
|
Loading…
Reference in a new issue