Fix race-condition between clang-format and program

This commit is contained in:
Stephen Seo 2021-08-24 15:02:37 +09:00
parent 78dcddeab9
commit 693b31b501

View file

@ -37,6 +37,7 @@ if(CLANG_FORMAT)
-style=file
${Example02_ALL_FILES}
)
add_dependencies(Example02 clang-format)
endif()
find_program(CLANG_TIDY "clang-tidy")