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