From 563d28502fb601d7eaf31af3341d06585d20df69 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Thu, 30 Jan 2025 15:58:17 +0100 Subject: [PATCH] fixup: unable to find executable --- src/ipc/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ipc/CMakeLists.txt b/src/ipc/CMakeLists.txt index 06a2fe2a526..b33f79df97d 100644 --- a/src/ipc/CMakeLists.txt +++ b/src/ipc/CMakeLists.txt @@ -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