Fixes #31708:
0$ cmake -B build -DWITH_MULTIPROCESS=ON
1-- The CXX compiler identification is GNU 13.3.0
2-- Detecting CXX compiler ABI info
3-- Detecting CXX compiler ABI info - done
4-- Check for working CXX compiler: /usr/bin/c++ - skipped
5-- Detecting CXX compile features
6-- Detecting CXX compile features - done
7-- Found SQLite3: /usr/include (found suitable version "3.45.1", minimum required is "3.7.17")
8CMake Error at CMakeLists.txt:146 (find_package):
9 By not providing "FindLibmultiprocess.cmake" in CMAKE_MODULE_PATH this
10 project has asked CMake to find a package configuration file provided by
11 "Libmultiprocess", but CMake did not find one.
12
13 Could not find a package configuration file provided by "Libmultiprocess"
14 with any of the following names:
15
16 LibmultiprocessConfig.cmake
17 libmultiprocess-config.cmake
18
19 Add the installation prefix of "Libmultiprocess" to CMAKE_PREFIX_PATH or
20 set "Libmultiprocess_DIR" to a directory containing one of the above files.
21 If "Libmultiprocess" provides a separate development package or SDK, be
22 sure it has been installed.
23
24
25-- Configuring incomplete, errors occurred!