We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d4935 commit b69df09Copy full SHA for b69df09
backends/xnnpack/CMakeLists.txt
@@ -100,7 +100,8 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*iOS\.cmake$")
100
#
101
list(TRANSFORM _xnn_executor_runner__srcs PREPEND "${EXECUTORCH_ROOT}/")
102
add_executable(xnn_executor_runner ${_xnn_executor_runner__srcs})
103
- target_link_libraries(xnn_executor_runner xnnpack_backend gflags portable_ops_lib)
+ target_link_libraries(xnn_executor_runner
104
+ xnnpack_backend gflags portable_ops_lib)
105
target_compile_options(xnn_executor_runner PUBLIC ${_common_compile_options})
106
endif()
107
0 commit comments