Skip to content

Commit 3bd6437

Browse files
committed
Update
[ghstack-poisoned]
1 parent a92958a commit 3bd6437

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build/executorch-config.cmake

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,12 @@ endforeach()
118118

119119
# TODO: investigate use of install(EXPORT) to cleanly handle
120120
# target_compile_options/target_compile_definitions for everything.
121-
if (TARGET cpublas)
121+
if(TARGET extension_parallel)
122+
set_target_properties(
123+
extension_parallel PROPERTIES INTERFACE_LINK_LIBRARIES extension_threadpool
124+
)
125+
endif()
126+
if(TARGET cpublas)
122127
set_target_properties(
123128
cpublas PROPERTIES INTERFACE_LINK_LIBRARIES extension_parallel
124129
)

0 commit comments

Comments
 (0)