Closed hibahassan1 closed 4 months ago
Hi @hibahassan1,
Make sure that git submodule update --init --recursive
step is fully complete (no errors) because it looks something is missing there.
Also, try this cmd-line:
cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=ON ..
Best regards, Roman
Thank you. It is fixed.
OpenVINO Version
Master Branch
Operating System
Windows System
Hardware Architecture
x86 (64 bits)
Target Platform
No response
Build issue description
I am trying to set up Openvino locally on my system to attempt a Good First Issue, so I referred the https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build_windows.md. After this command, cmake -G "Visual Studio 17 2022" <path/to/openvino> I always get an error with a -- Configuring incomplete, errors occurred! at the end
Build script or step-by-step to reproduce
I forked the openvino repo and then I cloned it. then cd openvino git submodule update --init mkdir build && cd build cmake -G "Visual Studio 17 2022" <path/to/openvino>
After this, the issue happens. I also tried git submodule update --init --recursive and then removed the build file and tried it again but it didn't work.
Relevant log output
Issue submission checklist