0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-07 10:27:47 -05:00

fixup! hebasto alternative tidy fix

This commit is contained in:
Sjors Provoost 2025-01-31 15:26:50 +01:00
parent 3c43a29f43
commit 2f9c381fd9
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -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