Skip to content

Avoid unneccessary work if tests are not requested

Marco Clemencic requested to merge fix-build-without-tests into master

Some tests are built (and installed, see #244) even if BUILD_TESTING is set to false.

This MR fixes the problem (note that gaudi_add_tests() already respects BUILD_TESTING).

Merge request reports