From 2f9c381fd947586fc625a2beef70f9bf09e76688 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 31 Jan 2025 15:26:50 +0100 Subject: [PATCH] fixup! hebasto alternative tidy fix --- src/ipc/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ipc/CMakeLists.txt b/src/ipc/CMakeLists.txt index aa135c37fd0852..847544512492f9 100644 --- a/src/ipc/CMakeLists.txt +++ b/src/ipc/CMakeLists.txt @@ -11,9 +11,7 @@ if (NOT WITH_LIBMULTIPROCESS) set(MP_INCLUDE_DIR "${MP_INCLUDE_DIR}" PARENT_SCOPE) # Add mptest unit tests to "all" target so ctest can run them set_target_properties(mptest PROPERTIES EXCLUDE_FROM_ALL OFF) - - # Add examples to "all" target so clang-tidy can check them - set_target_properties(mpexamples PROPERTIES EXCLUDE_FROM_ALL OFF) + set_target_properties(mpcalculator mpprinter mpexample PROPERTIES EXPORT_COMPILE_COMMANDS OFF) endif() add_library(bitcoin_ipc STATIC EXCLUDE_FROM_ALL