From a65c302972d4edd89da74b495f29814611a1c32e Mon Sep 17 00:00:00 2001 From: kstdl Date: Fri, 7 Jun 2024 09:01:27 +0200 Subject: [PATCH] chore: disable clang-format-check --- CMakeModules/clang_format.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/clang_format.cmake b/CMakeModules/clang_format.cmake index 1da82aa815..f2963c9d4e 100644 --- a/CMakeModules/clang_format.cmake +++ b/CMakeModules/clang_format.cmake @@ -19,7 +19,7 @@ else () ${CMAKE_CURRENT_SOURCE_DIR}/tests/*.[ch]pp) # TODO: print error/line - add_custom_target(clang-format-check ALL + add_custom_target(clang-format-check COMMAND ! ${CLANG_FORMAT_EXE} -style=file -fallback-style=none --output-replacements-xml ${ALL_SOURCE_FILES}