Currently it warns, and then just fails to properly configure:
0cmake -B build -DWITH_MULTIPROCESS=ON
1<snip>
2CMake Warning at CMakeLists.txt:146 (find_package):
3 By not providing "FindLibmultiprocess.cmake" in CMAKE_MODULE_PATH this
4 project has asked CMake to find a package configuration file provided by
5 "Libmultiprocess", but CMake did not find one.
6
7 Could not find a package configuration file provided by "Libmultiprocess"
8 with any of the following names:
9
10 LibmultiprocessConfig.cmake
11 libmultiprocess-config.cmake
12
13 Add the installation prefix of "Libmultiprocess" to CMAKE_PREFIX_PATH or
14 set "Libmultiprocess_DIR" to a directory containing one of the above files.
15 If "Libmultiprocess" provides a separate development package or SDK, be
16 sure it has been installed.
17
18
19-- Could NOT find LibmultiprocessNative (missing: LibmultiprocessNative_DIR)
20<snip>
21CMake Error at src/ipc/CMakeLists.txt:12 (target_capnp_sources):
22 Unknown CMake command "target_capnp_sources".
23
24
25-- Configuring incomplete, errors occurred!