aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gpg/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg/CMakeLists.txt b/src/gpg/CMakeLists.txt
index e651f541..87328504 100644
--- a/src/gpg/CMakeLists.txt
+++ b/src/gpg/CMakeLists.txt
@@ -10,9 +10,9 @@ set(UTILS_DIR ${CMAKE_SOURCE_DIR}/utils)
set(GPGME_LIB_DIR ${UTILS_DIR}/gpgme/lib)
if (EASY_LOGGING_PP)
- set(THIRD_PARTY_LIBS easy_logging_pp)
+ set(THIRD_PARTY_LIBS ${THIRD_PARTY_LIBS} easy_logging_pp)
endif ()
-set(THIRD_PARTY_LIBS "${THIRD_PARTY_LIBS} config++")
+set(THIRD_PARTY_LIBS ${THIRD_PARTY_LIBS} config++)
set(BOOST_LIBS Boost::date_time Boost::filesystem)