Skip to content

Commit b69df09

Browse files
committed
fix lint
1 parent 44d4935 commit b69df09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/xnnpack/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*iOS\.cmake$")
100100
#
101101
list(TRANSFORM _xnn_executor_runner__srcs PREPEND "${EXECUTORCH_ROOT}/")
102102
add_executable(xnn_executor_runner ${_xnn_executor_runner__srcs})
103-
target_link_libraries(xnn_executor_runner xnnpack_backend gflags portable_ops_lib)
103+
target_link_libraries(xnn_executor_runner
104+
xnnpack_backend gflags portable_ops_lib)
104105
target_compile_options(xnn_executor_runner PUBLIC ${_common_compile_options})
105106
endif()
106107

0 commit comments

Comments
 (0)