I tested this both in-tree:
cmake . && make && ctest
and with a separate build tree:
rm -rf build; mkdir build; cd build; cmake .. && make -j4 && ctest
both starting from a pristine/clean source tree.
« Back to merge proposal
I tested this both in-tree:
cmake . && make && ctest
and with a separate build tree:
rm -rf build; mkdir build; cd build; cmake .. && make -j4 && ctest
both starting from a pristine/clean source tree.