Skip to content

Commit 6a19fef

Browse files
kirklandsignHaiting Pu
authored andcommitted
xnnpack_backend doesn't need to be STATIC only
Differential Revision: D74203431 Pull Request resolved: #10692
1 parent 8099b66 commit 6a19fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ set(xnnpack_third_party pthreadpool extension_threadpool cpuinfo)
116116
include(cmake/Dependencies.cmake)
117117

118118
list(TRANSFORM _xnnpack_backend__srcs PREPEND "${EXECUTORCH_ROOT}/")
119-
add_library(xnnpack_backend STATIC ${_xnnpack_backend__srcs})
119+
add_library(xnnpack_backend ${_xnnpack_backend__srcs})
120120
target_link_libraries(
121121
xnnpack_backend PUBLIC ${xnnpack_third_party} executorch_core xnnpack_schema extension_threadpool
122122
)

0 commit comments

Comments
 (0)