diff options
| author | Mason Reed <mason@vector35.com> | 2025-10-07 16:09:22 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-07 16:09:22 -0400 |
| commit | f65d4fdaabeb045b3fca155e19f68a65b132e563 (patch) | |
| tree | 84bd1c8598cbfd1ea2364e0642a81c1bf92c384d /view/sharedcache | |
| parent | 481fb39a270ba426057a4a5b743ccf2a36089119 (diff) | |
Remove old banners from DSC and KC plugins
Extra noise in the CMake configure step, much of the value from these has been removed after the refactor(s), e.g. metadata version is no longer used
Diffstat (limited to 'view/sharedcache')
| -rw-r--r-- | view/sharedcache/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/view/sharedcache/CMakeLists.txt b/view/sharedcache/CMakeLists.txt index eb074122..5fc05608 100644 --- a/view/sharedcache/CMakeLists.txt +++ b/view/sharedcache/CMakeLists.txt @@ -100,14 +100,3 @@ target_compile_definitions(sharedcache PRIVATE ${COMPILE_DEFS}) if(NOT HEADLESS) add_subdirectory(ui) endif() - -message(" -▓█████▄ ██████ ▄████▄ Shared Cache Plugin -▒██▀ ██▌ ▒██ ▒ ▒██▀ ▀█ -░██ █▌ ░ ▓██▄ ▒▓█ ▄ Metadata Version: ${METADATA_VERSION} -░▓█▄ █▌ ▒ ██▒ ▒▓▓▄ ▄██▒ CMake Prefix Path: ${CMAKE_PREFIX_PATH} -░▒████▓ ▒██████▒▒▒ ▓███▀ ░ Qt Version: ${QT_VERSION} - ▒▒▓ ▒ ▒ ▒▓▒ ▒ ░░ ░▒ ▒ ░ Crash on Failure: ${HARD_FAIL_MODE} - ░ ▒ ▒ ░ ░▒ ░ ░ ░ ▒ Slideinfo Debug Tags: ${SLIDEINFO_DEBUG_TAGS} - ░ ░ ░ ░ ░ ░ ░ REFCOUNT_DEBUG: ${BN_REF_COUNT_DEBUG} -") |
