Disable code formatting on CI builds.

This commit is contained in:
Chris Marsh
2017-11-29 09:50:22 -08:00
parent 2af5adca3d
commit 8af28e46be
3 changed files with 6 additions and 6 deletions

View File

@ -25,11 +25,6 @@ if (CLANG_FORMAT_CMD)
DEPENDS
${ALL_SOURCE_FILES}
)
else(CLANG_FORMAT_CMD)
add_custom_target(
clangformat
COMMENT "no clang format"
)
endif(CLANG_FORMAT_CMD)
# thirdparty stuff