Skip to content

CMake: switch to conventional variable for testing

Adriaan de Groot requested to merge conventional-testing into master

As described in the CMake docs, https://cmake.org/cmake/help/v3.1/module/CTest.html?highlight=ctest , the conventional variable to use to enable / disable testing is BUILD_TESTING, rather than the ARPA2-specific NOT NO_TESTING.

Fixes #5 (closed)

Edited by Adriaan de Groot

Merge request reports