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 1d9b29b commit 3877c55Copy full SHA for 3877c55
dpctl/tensor/CMakeLists.txt
@@ -49,5 +49,7 @@ target_include_directories(${python_module_name}
49
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/include
50
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/
51
)
52
+set(_linker_options "LINKER:${DPCTL_LDFLAGS}")
53
+target_link_options(${python_module_name} PRIVATE ${_linker_options})
54
add_dependencies(${python_module_name} _dpctl4pybind11_deps)
55
install(TARGETS ${python_module_name} DESTINATION "dpctl/tensor")
0 commit comments