[Pkg-gnupg-commit] [gpgme] 43/103: cpp: Fix CMake config library name for GPGME

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Dec 14 18:53:02 UTC 2017


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

dkg pushed a commit to branch master
in repository gpgme.

commit 5c53c702605b8d4458a14e6303cdc13f3b106efa
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Jun 12 15:25:33 2017 +0200

    cpp: Fix CMake config library name for GPGME
    
    * lang/cpp/src/GpgmeppConfig.cmake.in.in: The link library
    is of course also dynamic.
    
    --
    GnuPG-Bug-Id: T3181
---
 lang/cpp/src/GpgmeppConfig.cmake.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/cpp/src/GpgmeppConfig.cmake.in.in b/lang/cpp/src/GpgmeppConfig.cmake.in.in
index 7f42f31..73f5eaa 100644
--- a/lang/cpp/src/GpgmeppConfig.cmake.in.in
+++ b/lang/cpp/src/GpgmeppConfig.cmake.in.in
@@ -63,7 +63,7 @@ add_library(Gpgmepp SHARED IMPORTED)
 
 set_target_properties(Gpgmepp PROPERTIES
   INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/gpgme++;@resolved_includedir@"
-  INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@"
+  INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme at libsuffix@;@LIBASSUAN_LIBS@"
   IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp at libsuffix@"
 )
 

-- 
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