Skip to content

Commit 639c0ca

Browse files
committed
[xnnpack_backend][cmake] fix xnn executor runner cmake
1 parent 4695191 commit 639c0ca

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
@@ -100,7 +100,7 @@ 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)
103+
target_link_libraries(xnn_executor_runner xnnpack_backend gflags portable_ops_lib)
104104
target_compile_options(xnn_executor_runner PUBLIC ${_common_compile_options})
105105
endif()
106106

0 commit comments

Comments
 (0)