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 | |
| 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
| -rw-r--r-- | view/kernelcache/CMakeLists.txt | 11 | ||||
| -rw-r--r-- | view/sharedcache/CMakeLists.txt | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/view/kernelcache/CMakeLists.txt b/view/kernelcache/CMakeLists.txt index 56e61e88..60141cd4 100644 --- a/view/kernelcache/CMakeLists.txt +++ b/view/kernelcache/CMakeLists.txt @@ -100,14 +100,3 @@ target_compile_definitions(kernelcache PRIVATE ${COMPILE_DEFS}) if(NOT HEADLESS) add_subdirectory(ui) endif() - -message(" -Apple KernelCache Extraction 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} -") 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} -") |
