Qt5 instead of Qt4
And WITH_CGAL_Qt3 is OFF by default, now.
This commit is contained in:
@@ -70,7 +70,7 @@ rm -fr demo/[A-Z]*
|
||||
rm -fr examples/[A-Z]*
|
||||
# Somehow -DWITH_CGAL_Core=OFF is not taken into account, hence the CORE files
|
||||
# are listed in the exceptions file.
|
||||
QTDIR= cmake . -DBUILD_SHARED_LIBS=TRUE -DWITH_CGAL_Qt4=OFF -DWITH_CGAL_Core=OFF
|
||||
cmake . -DBUILD_SHARED_LIBS=TRUE -DWITH_CGAL_Qt5=OFF -DWITH_CGAL_Core=OFF
|
||||
make | grep -C 10 "No such file" || true
|
||||
echo " done"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user