mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Changes for bug NPAL18246.
This commit is contained in:
parent
f1da338cb6
commit
b781d18c83
@ -33,10 +33,10 @@ fi
|
||||
for option
|
||||
do
|
||||
case $option in
|
||||
-with-ihm | --with-ihm)
|
||||
-with-gui | --with-gui)
|
||||
GEOM_WITH_GUI="yes"
|
||||
break;;
|
||||
-without-ihm | --without-ihm | -with-ihm=no | --with-ihm=no)
|
||||
-without-gui | --without-gui | -with-gui=no | --with-gui=no)
|
||||
GEOM_WITH_GUI="no"
|
||||
break;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user