install openmesh for CHECK or the dependencies will be wrong.

This commit is contained in:
Maxime Gimeno 2018-03-05 14:23:11 +01:00
parent 0ce75d7cc9
commit cc1d60040f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ cd $ROOT
for ARG in $(echo "$@")
do
#install openmesh only if necessary
if [ "$ARG" = BGL ] || [ "$ARG" = Convex_hull_3 ] ||\
if [ "$ARG" = "CHECK" ] || [ "$ARG" = BGL ] || [ "$ARG" = Convex_hull_3 ] ||\
[ "$ARG" = Polygon_mesh_processing ] || [ "$ARG" = Property_map ] ||\
[ "$ARG" = Surface_mesh_deformation ] || [ "$ARG" = Surface_mesh_shortest_path ] ||\
[ "$ARG" = Surface_mesh_simplification ]; then