Skip to content

Commit a92958a

Browse files
committed
Update
[ghstack-poisoned]
1 parent 231ebc3 commit a92958a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build/executorch-config.cmake

+5-3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ endforeach()
118118

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

0 commit comments

Comments
 (0)