We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://github.com/openvinotoolkit/openvino/blame/874aead52cfc9bae422946098867af78130a5297/scripts/setupvars/setupvars.bat#L37
current code: set "OpenVINO_DIR=%INTEL_OPENVINO_DIR%\runtime\cmake"
correct code: set OpenVINO_DIR="%INTEL_OPENVINO_DIR%\runtime\cmake"