We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b6f86 commit d00090eCopy full SHA for d00090e
thirdparty/ocl/CMakeLists.txt
@@ -61,6 +61,12 @@ set(opencl_root_hints "${OpenCL_INCLUDE_DIR}" PARENT_SCOPE)
61
ov_install_static_lib(OpenCL ${OV_CPACK_COMP_CORE})
62
63
if(NOT BUILD_SHARED_LIBS)
64
+ # dummy export to make cmake happy (this target should be explicitly in dnnl-targets export set
65
+ # because oneDNN externals depend on it)
66
install(TARGETS OpenCL EXPORT dnnl-targets
67
ARCHIVE DESTINATION ${OV_CPACK_ARCHIVEDIR} COMPONENT ${OV_CPACK_COMP_CORE})
68
endif()
69
+
70
+# TODO: remove before merge
71
+install(TARGETS OpenCL
72
+ LIBRARY DESTINATION ${OV_CPACK_PLUGINSDIR} COMPONENT ${OV_CPACK_COMP_CORE})
0 commit comments