We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef7e23 commit 50ffcbcCopy full SHA for 50ffcbc
src/bindings/python/wheel/setup.py
@@ -487,7 +487,7 @@ def copy_package_data(self, src_dirs):
487
488
tbb_replacements = {
489
# change the path where the TBBConfig.cmake is installed (<root>/lib/cmake/TBB -> openvino/cmake)
490
- r"(\{CMAKE_CURRENT_LIST_FILE\})": r"\1/fake_dir",
+ r"(_IMPORT_PREFIX \"\$\{CMAKE_CURRENT_LIST_FILE\})": r"\1/fake_dir",
491
# change the path where the libraries are installed (<root>/lib -> openvino/libs)
492
r"(\{_IMPORT_PREFIX\})\/(.*)\/(.+\.[lib|dylib|so|dll])": rf"\1/{WHEEL_LIBS_INSTALL_DIR}/\3",
493
# change the path where the include files are installed (<root>/include -> openvino/include)
0 commit comments