[Pkg-gnupg-commit] [gpgme] 11/62: qt: Require gpgmepp from cmake config script

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Nov 19 04:03:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 4149194d2e2f2f4d142926ba4d4efbd336b543f2
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Nov 2 14:31:35 2016 +0100

    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)
---
 lang/qt/src/QGpgmeConfig.cmake.in.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/qt/src/QGpgmeConfig.cmake.in.in b/lang/qt/src/QGpgmeConfig.cmake.in.in
index 5b6c188..a17a19f 100644
--- a/lang/qt/src/QGpgmeConfig.cmake.in.in
+++ b/lang/qt/src/QGpgmeConfig.cmake.in.in
@@ -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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list