diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-07 22:02:17 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-07 22:02:17 +0200 |
commit | 68cbe64765d26f28d5555fd09fc710f91ea81187 (patch) | |
tree | e7685a19b7843e92fad4db749deb75dd20202c32 /framework/src/CMakeLists.txt | |
parent | 14f7484e3aae56325a3dbffa083daeaca420a58d (diff) | |
download | kube-68cbe64765d26f28d5555fd09fc710f91ea81187.tar.gz kube-68cbe64765d26f28d5555fd09fc710f91ea81187.zip |
A slightly simpler FindGpgme.cmake
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r-- | framework/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index a07bdb75..8ba924fe 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -72,7 +72,7 @@ target_link_libraries(kubeframework | |||
72 | KF5::Codecs | 72 | KF5::Codecs |
73 | KF5::Contacts | 73 | KF5::Contacts |
74 | KAsync | 74 | KAsync |
75 | gpgme | 75 | ${GPGME_LIBRARIES} |
76 | ) | 76 | ) |
77 | install(TARGETS kubeframework DESTINATION ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) | 77 | install(TARGETS kubeframework DESTINATION ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) |
78 | 78 | ||