On the master branch @ bb57017b2945d5e0bbd95c7f1a9369a8ab7c6fcd:
0$ cmake -B build --preset dev-mode -DWITH_MULTIPROCESS=OFF
1<snip>
2-- Configuring done (12.0s)
3-- Generating done (0.1s)
4CMake Warning:
5 Manually-specified variables were not used by the project:
6
7 BUILD_TESTING
8
9
10-- Build files have been written to: /home/hebasto/git/bitcoin/build
This PR resolves the issue.
The removed BUILD_TESTING
variable is a part of the CTest
module, which we do not include in the project.