Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Details: - Identified an issue where enabling the oneAPI environment during the compilation of OpenVINO from source code on Linux causes the compilation to fail. - This issue seems to occur due to conflicts between the oneAPI environment and the OpenVINO build process. - To address this, I have added a warning in the building document advising users to disable the oneAPI environment during the build process. - This change will help users avoid compilation failures and ensure a smoother build process. - I have tested the build process with the oneAPI environment disabled and confirmed that the compilation completes successfully. --------- Co-authored-by: Tatiana Savina <[email protected]>
- Loading branch information