Skip to content

Commit

Permalink
fixup: unable to find executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 30, 2025
1 parent 743ae9b commit 563d285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ if (NOT WITH_LIBMULTIPROCESS)
# build rules can find the libmultiprocess include directory and avoid
# "error: Import failed: /mp/proxy.capnp" errors from capnp.
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)
endif()

add_library(bitcoin_ipc STATIC EXCLUDE_FROM_ALL
Expand Down

0 comments on commit 563d285

Please sign in to comment.