aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-06 10:19:23 +0000
committerSaturneric <[email protected]>2022-01-06 10:19:23 +0000
commit0039a575d2c9c4ef59d235c5617b97557891c89d (patch)
treeecbb2640bca64af492a09b39d3594aa32f2cdaa0 /third_party
parent<fix>(ci): fixed github action ci files. (diff)
downloadGpgFrontend-0039a575d2c9c4ef59d235c5617b97557891c89d.tar.gz
GpgFrontend-0039a575d2c9c4ef59d235c5617b97557891c89d.zip
<refactor>(project): clean and modify build messages.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index 01e8c2ca..874fe37f 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -1,10 +1,10 @@
if (EASY_LOGGING_PP)
- message(STATUS "Build easyloggingpp")
+ message(STATUS "Build dependency easyloggingpp")
add_subdirectory(easyloggingpp)
endif ()
if (APP_IMAGE_UPDATE)
- message(STATUS "Build AppImageUpdate")
+ message(STATUS "Build dependency AppImageUpdate")
set(USE_SYSTEM_BOOST 1)
set(USE_SYSTEM_XZ 1)
set(USE_SYSTEM_SQUASHFUSE 1)