You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CMakeLists.txt
+2
Original file line number
Diff line number
Diff line change
@@ -154,11 +154,13 @@ endif()
154
154
155
155
cmake_dependent_option(WITH_DBUS "Enable DBus support."ON"CMAKE_SYSTEM_NAME STREQUAL \"Linux\" AND BUILD_GUI"OFF)
156
156
157
+
if(UNIXANDNOTAPPLE)
157
158
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)
0 commit comments