We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870f040 commit b43b817Copy full SHA for b43b817
CMakeLists.txt
@@ -140,6 +140,6 @@ target_compile_definitions(_patch PUBLIC NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSI
140
target_link_libraries(_patch PRIVATE mkl_umath_loops)
141
set_target_properties(_patch PROPERTIES C_STANDARD 99)
142
if (UNIX)
143
- set_target_properties(_patch PROPERTIES INSTALL_RPATH "$ORIGIN")
+ set_target_properties(_patch PROPERTIES INSTALL_RPATH "$ORIGIN/../..;$ORIGIN/../../..;$ORIGIN")
144
endif()
145
install(TARGETS _patch LIBRARY DESTINATION mkl_umath)
0 commit comments