Skip to content

Commit c627619

Browse files
committed
Added cmake-format and lint check changes
1 parent e2e695e commit c627619

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

backends/xnnpack/CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ foreach(fbs_file ${_xnnpack_schema__srcs})
6161
endforeach()
6262

6363
if(WIN32)
64-
set(MV_COMMAND powershell -Command "Move-Item -Path ${_xnnpack_flatbuffer__outputs} -Destination ${_xnnpack_schema__outputs}")
64+
set(MV_COMMAND
65+
powershell -Command
66+
"Move-Item -Path ${_xnnpack_flatbuffer__outputs} -Destination ${_xnnpack_schema__outputs}"
67+
)
6568
else()
6669
set(MV_COMMAND mv ${_xnnpack_flatbuffer__outputs} ${_xnnpack_schema__outputs})
6770
endif()
@@ -96,7 +99,8 @@ include(cmake/Dependencies.cmake)
9699
list(TRANSFORM _xnnpack_backend__srcs PREPEND "${EXECUTORCH_ROOT}/")
97100
add_library(xnnpack_backend ${_xnnpack_backend__srcs})
98101
target_link_libraries(
99-
xnnpack_backend PUBLIC ${xnnpack_third_party} executorch_core xnnpack_schema extension_threadpool
102+
xnnpack_backend PUBLIC ${xnnpack_third_party} executorch_core xnnpack_schema
103+
extension_threadpool
100104
)
101105

102106
target_include_directories(

0 commit comments

Comments
 (0)