Skip to content

Commit 74ad4e7

Browse files
committed
CMakeLists.txt:WITH_MULTIPROCESS
1 parent 13329a3 commit 74ad4e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,13 @@ endif()
154154

155155
cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"Linux\" AND BUILD_GUI" OFF)
156156

157+
if(UNIX AND NOT APPLE)
157158
option(WITH_MULTIPROCESS "Build multiprocess bitcoin-node and bitcoin-gui executables in addition to monolithic bitcoind and bitcoin-qt executables. Requires libmultiprocess library. Experimental." OFF)
158159
if(WITH_MULTIPROCESS)
159160
find_package(Libmultiprocess CONFIG REQUIRED)
160161
find_package(LibmultiprocessGen CONFIG REQUIRED)
161162
endif()
163+
endif()
162164

163165
cmake_dependent_option(BUILD_GUI_TESTS "Build test_bitcoin-qt executable." ON "BUILD_GUI;BUILD_TESTS" OFF)
164166
option(BUILD_BENCH "Build bench_bitcoin executable." OFF)

0 commit comments

Comments
 (0)