build: Fix default for BUILD_TESTING

This commit is contained in:
Dennis Klein
2021-06-09 14:33:43 +02:00
committed by Dennis Klein
parent df98b193ec
commit f413aa1979
3 changed files with 3 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ fairmq_build_option(FAIRMQ_DEBUG_MODE "Compile in debug mode (may decrease per
# Dependencies #################################################################
include(CTest)
include(FairMQDependencies)
################################################################################