diff --git a/cmake/modules/TestTarget.cmake b/cmake/modules/TestTarget.cmake index 203259b..e7bea2f 100644 --- a/cmake/modules/TestTarget.cmake +++ b/cmake/modules/TestTarget.cmake @@ -8,9 +8,9 @@ if (TEST_CONFIG_DONE) endif () include(TestUtilities) -if(NOT BUILD_TESTING) +if (NOT BUILD_TESTING) return() -endif() +endif () # find and link against CppUnit if required (used by all my projects, so it is required by default) if (NOT META_NO_CPP_UNIT)