Skip to content

CMakeLists.txt: Make tests optional

Cosima Neidahl requested to merge OPNA2608/net-cpp:add/optionalTesting into main

Including CTest defines an option BUILD_TESTING (default ON, so same behaviour as previously) for opting out of testing.

https://cmake.org/cmake/help/latest/module/CTest.html

Merge request reports