mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-03 22:14:30 +05:00
Changes for bug NPAL18246.
This commit is contained in:
parent
f1da338cb6
commit
b781d18c83
@ -33,10 +33,10 @@ fi
|
|||||||
for option
|
for option
|
||||||
do
|
do
|
||||||
case $option in
|
case $option in
|
||||||
-with-ihm | --with-ihm)
|
-with-gui | --with-gui)
|
||||||
GEOM_WITH_GUI="yes"
|
GEOM_WITH_GUI="yes"
|
||||||
break;;
|
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"
|
GEOM_WITH_GUI="no"
|
||||||
break;;
|
break;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user