Remove unused clang-format cmake target

This commit is contained in:
derselbst 2020-01-11 09:45:05 +01:00
parent 850e8a2ec8
commit 6163577a61

View file

@ -416,18 +416,6 @@ file(GLOB_RECURSE
${CMAKE_SOURCE_DIR}/*.[CHI]
)
# Adding clang-format target if executable is found
# find_program ( CLANG_FORMAT "clang-format" )
# if ( CLANG_FORMAT )
# add_custom_target(
# clang-format
# COMMAND ${CLANG_FORMAT}
# -i
# -style=file
# ${ALL_SOURCE_FILES}
# )
# endif(CLANG_FORMAT)
find_program ( ASTYLE "astyle" )
if ( ASTYLE )
add_custom_target(