mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-01 15:10:43 +00:00
Remove unused clang-format cmake target
This commit is contained in:
parent
850e8a2ec8
commit
6163577a61
1 changed files with 5 additions and 17 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue