proper find_package

This commit is contained in:
Marco Martin 2014-04-04 18:13:48 +02:00
parent e6f71eebd1
commit 5b546451ea

View File

@ -65,7 +65,7 @@ find_package(KF5WindowSystem ${KF5_VERSION} REQUIRED)
find_package(KF5XmlGui ${KF5_VERSION} REQUIRED)
find_package(KF5DocTools ${KF5_VERSION})
set_package_properties(X11 PROPERTIES DESCRIPTION "Tools to generate documentation"
set_package_properties(KF5DocTools PROPERTIES DESCRIPTION "Tools to generate documentation"
TYPE OPTIONAL
)