qt: Require gpgmepp from cmake config script
* lang/qt/src/QGpgmeConfig.cmake.in.in: Require cpp. -- This fixes an error if a user only does find_package(QGpgme)
This commit is contained in:
parent
8486f21342
commit
4149194d2e
@ -96,3 +96,6 @@ unset(_IMPORT_CHECK_TARGETS)
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
|
||||
# Gpgmepp is a requirement for qgpgme
|
||||
find_package(Gpgmepp CONFIG REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user