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

Remove abs path for vcvars64.bat

parent 435234bb
No related branches found
No related tags found
Loading
Checking pipeline status
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 "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" - call "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