GIT_SILENT add missing include(CMakeFindDependencyMacro)
This commit is contained in:
parent
49d57b342c
commit
1c6b81f9ce
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
@PACKAGE_INIT@
|
@PACKAGE_INIT@
|
||||||
|
|
||||||
|
include(CMakeFindDependencyMacro)
|
||||||
find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
|
find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
|
||||||
|
|
||||||
include("${CMAKE_CURRENT_LIST_DIR}/KF5WaylandTargets.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5WaylandTargets.cmake")
|
||||||
|
|
Loading…
Reference in a new issue