mirror of https://github.com/CGAL/cgal
Use version 2.6.3 of qglviewer instead of master
This commit is contained in:
parent
047d34a628
commit
4e95fbb028
|
|
@ -19,7 +19,7 @@ function build_demo {
|
|||
cd build-travis
|
||||
if [ $NEED_3D = 1 ]; then
|
||||
#install libqglviewer
|
||||
git clone --depth=1 https://github.com/GillesDebunne/libQGLViewer.git ./qglviewer
|
||||
git clone --depth=4 -b v2.6.3 --single-branch https://github.com/GillesDebunne/libQGLViewer.git ./qglviewer
|
||||
pushd ./qglviewer/QGLViewer
|
||||
#use qt5 instead of qt4
|
||||
export QT_SELECT=5
|
||||
|
|
|
|||
Loading…
Reference in New Issue