Skip to content

Commit

Permalink
openvino: added OpenVINO 1.0 API headers for older releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Jan 16, 2024
1 parent 074585f commit 8e15191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/openvino/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ def package_info(self):
openvino_runtime.system_libs.append("shlwapi")
if self._preprocessing_available:
openvino_runtime.system_libs.extend(["wsock32", "ws2_32"])
if Version(self.version) < "2024.0.0":
openvino_runtime.includedirs.append(os.path.join("include", "ie"))

# Have to expose all internal libraries for static libraries case
if not self.options.shared:
Expand Down

0 comments on commit 8e15191

Please sign in to comment.