diff options
author | Saturneric <[email protected]> | 2022-01-06 10:54:06 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-06 10:54:06 +0000 |
commit | fd742b05bd7e7ab2e959a2ec44e10385668145dc (patch) | |
tree | 9bb65140205a7b0cda706133b80f49bbe073225a /src | |
parent | <refactor>(ci): update ci. (diff) | |
download | GpgFrontend-fd742b05bd7e7ab2e959a2ec44e10385668145dc.tar.gz GpgFrontend-fd742b05bd7e7ab2e959a2ec44e10385668145dc.zip |
<refactor>(project, ci): fixed ci and project configure file.
Diffstat (limited to 'src')
-rw-r--r-- | src/gpg/CMakeLists.txt | 4 |
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) |