mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
Changes for bug NPAL18246.
This commit is contained in:
parent
30c4d1f606
commit
fdca18229c
@ -32,10 +32,10 @@ fi
|
||||
for option
|
||||
do
|
||||
case $option in
|
||||
-with-ihm | --with-ihm)
|
||||
-with-gui | --with-gui)
|
||||
SMESH_WITH_GUI="yes"
|
||||
break;;
|
||||
-without-ihm | --without-ihm | -with-ihm=no | --with-ihm=no)
|
||||
-without-gui | --without-gui | -with-gui=no | --with-gui=no)
|
||||
SMESH_WITH_GUI="no"
|
||||
break;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user