diff options
author | Saturneric <[email protected]> | 2022-01-06 10:19:23 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-06 10:19:23 +0000 |
commit | 0039a575d2c9c4ef59d235c5617b97557891c89d (patch) | |
tree | ecbb2640bca64af492a09b39d3594aa32f2cdaa0 /third_party | |
parent | <fix>(ci): fixed github action ci files. (diff) | |
download | GpgFrontend-0039a575d2c9c4ef59d235c5617b97557891c89d.tar.gz GpgFrontend-0039a575d2c9c4ef59d235c5617b97557891c89d.zip |
<refactor>(project): clean and modify build messages.
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CMakeLists.txt | 4 |
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) |