Apply cmake-format

This commit is contained in:
Martchus 2023-12-05 11:42:42 +01:00
parent fbb1d73779
commit 8d460380f1
2 changed files with 3 additions and 2 deletions

View File

@ -90,7 +90,8 @@ function (add_appstream_file)
if (NOT APPSTREAMCLI_BIN)
message(FATAL_ERROR "Unable to validate appstreamcli files; appstreamcli not found")
else ()
add_test(NAME "${META_TARGET_NAME}_appstream_validation" COMMAND "${APPSTREAMCLI_BIN}" validate "${APPSTREAM_FILE}")
add_test(NAME "${META_TARGET_NAME}_appstream_validation" COMMAND "${APPSTREAMCLI_BIN}" validate
"${APPSTREAM_FILE}")
endif ()
endif ()
endfunction ()

View File

@ -19,7 +19,7 @@ if (NOT META_NO_CPP_UNIT)
if (NOT ENABLE_CPP_UNIT)
set(META_HAVE_TESTS NO)
set(TEST_CONFIG_DONE YES)
return ()
return()
endif ()
# make CppUnit library/include dir configurable