Fix reformat target

This commit is contained in:
badaix 2025-02-10 22:02:25 +01:00
parent 6f03576270
commit 356be2eeff

View file

@ -36,6 +36,6 @@ if(CLANG_FORMAT
AND AUTOPEP)
add_custom_target(
reformat
DEPENDS reformat-cmake reformat-source reformat-python
DEPENDS reformat-cmake reformat-c++ reformat-python
COMMENT "Auto formatting of all source and CMakeLists.txt files")
endif()