Skip to content

Commit f65d4fd

Browse files
committed
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
1 parent 481fb39 commit f65d4fd

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

view/kernelcache/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,3 @@ target_compile_definitions(kernelcache PRIVATE ${COMPILE_DEFS})
100100
if(NOT HEADLESS)
101101
add_subdirectory(ui)
102102
endif()
103-
104-
message("
105-
Apple KernelCache Extraction Plugin
106-
107-
Metadata Version: ${METADATA_VERSION}
108-
CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}
109-
Qt Version: ${QT_VERSION}
110-
Crash on Failure: ${HARD_FAIL_MODE}
111-
Slideinfo Debug Tags: ${SLIDEINFO_DEBUG_TAGS}
112-
REFCOUNT_DEBUG: ${BN_REF_COUNT_DEBUG}
113-
")

view/sharedcache/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,3 @@ target_compile_definitions(sharedcache PRIVATE ${COMPILE_DEFS})
100100
if(NOT HEADLESS)
101101
add_subdirectory(ui)
102102
endif()
103-
104-
message("
105-
▓█████▄ ██████ ▄████▄ Shared Cache Plugin
106-
▒██▀ ██▌ ▒██ ▒ ▒██▀ ▀█
107-
░██ █▌ ░ ▓██▄ ▒▓█ ▄ Metadata Version: ${METADATA_VERSION}
108-
░▓█▄ █▌ ▒ ██▒ ▒▓▓▄ ▄██▒ CMake Prefix Path: ${CMAKE_PREFIX_PATH}
109-
░▒████▓ ▒██████▒▒▒ ▓███▀ ░ Qt Version: ${QT_VERSION}
110-
▒▒▓ ▒ ▒ ▒▓▒ ▒ ░░ ░▒ ▒ ░ Crash on Failure: ${HARD_FAIL_MODE}
111-
░ ▒ ▒ ░ ░▒ ░ ░ ░ ▒ Slideinfo Debug Tags: ${SLIDEINFO_DEBUG_TAGS}
112-
░ ░ ░ ░ ░ ░ ░ REFCOUNT_DEBUG: ${BN_REF_COUNT_DEBUG}
113-
")

0 commit comments

Comments
 (0)