1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00

build: update to use latest OpenCV version

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-10-27 13:42:07 +02:00
parent e5183e84d5
commit e2a851cf03

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eux -o pipefail
OPENCV_VERSION=${OPENCV_VERSION:-3.3.0}
OPENCV_VERSION=${OPENCV_VERSION:-3.3.1}
#GRAPHICAL=ON
GRAPHICAL=${GRAPHICAL:-OFF}