mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
fixup: unable to find executable
This commit is contained in:
parent
743ae9b4e2
commit
563d28502f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ if (NOT WITH_LIBMULTIPROCESS)
|
||||||
# build rules can find the libmultiprocess include directory and avoid
|
# build rules can find the libmultiprocess include directory and avoid
|
||||||
# "error: Import failed: /mp/proxy.capnp" errors from capnp.
|
# "error: Import failed: /mp/proxy.capnp" errors from capnp.
|
||||||
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
|
||||||
|
set_target_properties(mptest 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