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

Fix for bad dir

parent 9a79da2a
Branches
Tags
1 merge request!94Implements #134 source groups
Pipeline #12885 failed
This commit is part of merge request !94. Comments created here will be created in the context of that merge request.
......@@ -32,7 +32,7 @@ linux:
windows:
stage: all
variables:
CMAKE_ARGS: '-DWITH_PCL=FALSE -DCMAKE_GENERATOR_PLATFORM=x64 -DEigen3_DIR="C:/Program Files (x86)/Eigen3/share/eigen3/cmake" -DOpenCV_DIR="D:/Archiveopencv-4.0.1/build/install" -DCUDA_TOOLKIT_ROOT_DIR="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1"'
CMAKE_ARGS: '-DWITH_PCL=FALSE -DCMAKE_GENERATOR_PLATFORM=x64 -DEigen3_DIR="C:/Program Files (x86)/Eigen3/share/eigen3/cmake" -DOpenCV_DIR="D:/Archive/opencv-4.0.1/build/install" -DCUDA_TOOLKIT_ROOT_DIR="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1"'
DEPLOY_DIR: 'D:/Shared/AutoDeploy'
tags:
- win
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment