diff options
author | Heiko Becker <[email protected]> | 2016-11-16 22:09:45 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-11-17 08:22:12 +0000 |
commit | 572c1aac107125ce62230251713349348373db5a (patch) | |
tree | 04f0e659419f16f41cc25ea7e805dd420382beb7 /lang/cpp | |
parent | Post release updates. (diff) | |
download | gpgme-572c1aac107125ce62230251713349348373db5a.tar.gz gpgme-572c1aac107125ce62230251713349348373db5a.zip |
Remove a forgotten instance of @libsuffix@
* lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten
instance of @libsuffix@.
--
b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from
cmake config files, but missed one instance.
Signed-off-by: Heiko Becker <[email protected]>
Diffstat (limited to 'lang/cpp')
-rw-r--r-- | lang/cpp/src/GpgmeppConfig.cmake.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/src/GpgmeppConfig.cmake.in.in b/lang/cpp/src/GpgmeppConfig.cmake.in.in index 928d19f8..cbe97139 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@libsuffix@;@LIBASSUAN_LIBS@" + INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@" IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so" ) |