- update RapidCheck to the latest commit on master
- install only the extras needed by Bitcoin Core, e.g. ENABLE_BOOST_TEST instead of INSTALL_ALL_EXTRAS
- remove cmake warning by providing
-B
arg:0CMake Warning: 1No source or binary directory provided. Both will be assumed to be the 2same as the current working directory, but note that this warning will 3become a fatal error in future CMake releases.
Tested with cd depends && make RAPIDCHECK=1
on Linux Debian.