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 3547232 commit 03f584aCopy full SHA for 03f584a
CMakeLists.txt
@@ -287,7 +287,7 @@ if(EXECUTORCH_BUILD_KERNELS_TORCHAO)
287
set(EXECUTORCH_LIBRARIES executorch pthreadpool extension_threadpool cpuinfo)
288
289
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/third-party/ao/torchao/experimental)
290
- target_link_options_shared_lib(torchao_ops_executorch)
+ executorch_target_link_options_shared_lib(torchao_ops_executorch)
291
list(APPEND _dep_libs torchao_ops_executorch)
292
endif()
293
0 commit comments