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