You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Details:
**Problem:** When a project includes both OpenVINO (via the OpenVINO
developer package) and LLVM as an in-tree dependency, it can lead to
conflicts between different versions of LLVM.
**Solution:**
* One way to resolve this is by including clang directly using
`find_library`, rather than relying on `find_package`.
* This approach avoids the implicit call to `find_package(LLVM)` that
occurs when using `find_package(CLANG)`, thus preventing version
conflicts.
### Tickets:
- E-78260
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
0 commit comments