From 7dff72d0bd3c2d96dbaeaafd2c211992028be615 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 15 Oct 2023 16:57:29 +0200 Subject: [PATCH] Apply cmake-format --- cmake/modules/TestTarget.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)