mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 06:20:19 +08:00
appveyor: updated PATH to put qt bin before cmake bin
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@ init:
|
||||
install:
|
||||
# Qt
|
||||
- set QTDIR=C:\Qt\5.8\msvc2015_64
|
||||
- set PATH=%PATH%;%QTDIR%\bin
|
||||
# make sure Qt bin path is before cmake bin path to avoid copying qt5 dlls from cmake before qt installation
|
||||
- set PATH=%QTDIR%\bin;%PATH%
|
||||
# Openni2
|
||||
- ps: wget 'https://dl.dropboxusercontent.com/s/d98jv79l6oy9fxz/OpenNI2.exe?dl=0' -outfile OpenNI2.exe
|
||||
- cmd: OpenNI2.exe -o"C:\Program Files" -y
|
||||
|
||||
Reference in New Issue
Block a user