Skip to content
Snippets Groups Projects
Commit 4b05f5fa authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Attempt vcvars fix

parent 9eb1f9dc
No related branches found
No related tags found
1 merge request!345Implements #379 Min Disparity in SGM
Pipeline #29550 failed
This commit is part of merge request !345. Comments created here will be created in the context of that merge request.
...@@ -54,7 +54,7 @@ webserver-deploy: ...@@ -54,7 +54,7 @@ webserver-deploy:
### Windows ### Windows
.build-windows: &build-windows .build-windows: &build-windows
- 'call vcvars64.bat' - 'call "c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"'
- mkdir build - mkdir build
- cd build - cd build
- cmake %CMAKE_ARGS% %CMAKE_ARGS_WINDOWS% -DREALSENSE_DIR="C:/Program Files (x86)/Intel RealSense SDK 2.0" -DOPENVR_DIR="C:/Program Files (x86)/OpenVRSDK" -DOPUS_DIR="C:/Program Files (x86)/Opus" .. - cmake %CMAKE_ARGS% %CMAKE_ARGS_WINDOWS% -DREALSENSE_DIR="C:/Program Files (x86)/Intel RealSense SDK 2.0" -DOPENVR_DIR="C:/Program Files (x86)/OpenVRSDK" -DOPUS_DIR="C:/Program Files (x86)/Opus" ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment