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 a92958a commit 3bd6437Copy full SHA for 3bd6437
build/executorch-config.cmake
@@ -118,7 +118,12 @@ endforeach()
118
119
# TODO: investigate use of install(EXPORT) to cleanly handle
120
# target_compile_options/target_compile_definitions for everything.
121
-if (TARGET cpublas)
+if(TARGET extension_parallel)
122
+ set_target_properties(
123
+ extension_parallel PROPERTIES INTERFACE_LINK_LIBRARIES extension_threadpool
124
+ )
125
+endif()
126
+if(TARGET cpublas)
127
set_target_properties(
128
cpublas PROPERTIES INTERFACE_LINK_LIBRARIES extension_parallel
129
)
0 commit comments