From f65d4fdaabeb045b3fca155e19f68a65b132e563 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 7 Oct 2025 16:09:22 -0400 Subject: 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 --- view/sharedcache/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'view/sharedcache') 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} -") -- cgit v1.3.1