GIT_SILENT add missing include(CMakeFindDependencyMacro)

This commit is contained in:
Sven Brauch 2017-01-04 00:57:30 +01:00
parent 49d57b342c
commit 1c6b81f9ce

View file

@ -1,5 +1,6 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
include("${CMAKE_CURRENT_LIST_DIR}/KF5WaylandTargets.cmake")