Skip to content

Commit

Permalink
Exclude protobuf files
Browse files Browse the repository at this point in the history
  • Loading branch information
mvafin committed May 13, 2021
1 parent b424595 commit 32352d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ngraph/frontend/paddlepaddle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ endif()

target_link_libraries(paddlepaddle_frontend PRIVATE ${Protobuf_LIBRARIES} PUBLIC ngraph PRIVATE ngraph::builder)

add_clang_format_target(paddlepaddle_frontend_clang FOR_TARGETS paddlepaddle_frontend)
add_clang_format_target(paddlepaddle_frontend_clang FOR_TARGETS paddlepaddle_frontend
EXCLUDE_PATTERNS ${PROTO_SRCS} ${PROTO_HDRS})

# TODO: Consider to remove the following block (inherited from onnx_import just in case).
if (CMAKE_CXX_COMPILER_ID MATCHES "^(Apple)?Clang$")
Expand Down

0 comments on commit 32352d6

Please sign in to comment.