mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-14 11:26:09 -05:00
fixup! hebasto alternative tidy fix
This commit is contained in:
parent
3c43a29f43
commit
2f9c381fd9
1 changed files with 1 additions and 3 deletions
|
@ -11,9 +11,7 @@ if (NOT WITH_LIBMULTIPROCESS)
|
||||||
set(MP_INCLUDE_DIR "${MP_INCLUDE_DIR}" PARENT_SCOPE)
|
set(MP_INCLUDE_DIR "${MP_INCLUDE_DIR}" PARENT_SCOPE)
|
||||||
# Add mptest unit tests to "all" target so ctest can run them
|
# Add mptest unit tests to "all" target so ctest can run them
|
||||||
set_target_properties(mptest PROPERTIES EXCLUDE_FROM_ALL OFF)
|
set_target_properties(mptest PROPERTIES EXCLUDE_FROM_ALL OFF)
|
||||||
|
set_target_properties(mpcalculator mpprinter mpexample PROPERTIES EXPORT_COMPILE_COMMANDS OFF)
|
||||||
# Add examples to "all" target so clang-tidy can check them
|
|
||||||
set_target_properties(mpexamples PROPERTIES EXCLUDE_FROM_ALL OFF)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(bitcoin_ipc STATIC EXCLUDE_FROM_ALL
|
add_library(bitcoin_ipc STATIC EXCLUDE_FROM_ALL
|
||||||
|
|
Loading…
Add table
Reference in a new issue