Skip to content

Commit 71762ad

Browse files
committed
Remove clang format special targets.
1 parent d758795 commit 71762ad

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ if(JSON_STRUCT_OPT_BUILD_BENCHMARKS)
6969
add_subdirectory(performance)
7070
endif()
7171

72-
### clangformat
73-
add_custom_target(clangformat
74-
COMMAND clang-format -i include/json_struct/json_struct.h
75-
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
76-
SOURCES include/json_struct/json_struct.h)
77-
7872
### INSTALL
7973
include(GNUInstallDirs)
8074
include(GenPkgConfig)

tests/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,3 @@ endif()
9393
#add_executable(unit-tests-experimental json-struct-array-varlength.cpp)
9494
#target_link_libraries(unit-tests-experimental PRIVATE catch_main)
9595

96-
add_custom_target(clangformat_tests
97-
COMMAND clang-format -i ${unit_test_sources}
98-
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests
99-
SOURCES ${unit_test_sources}
100-
)

0 commit comments

Comments
 (0)