Apply cmake-format

This commit is contained in:
Martchus 2023-10-15 16:57:29 +02:00
parent 938da48da0
commit 7dff72d0bd
1 changed files with 2 additions and 2 deletions

View File

@ -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)