Skip to content

Commit

Permalink
fixup! hebasto alternative tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 31, 2025
1 parent 3c43a29 commit 2f9c381
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f9c381

Please sign in to comment.