mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-14 09:38:34 +05:00
NPAL18077: checking geom in the case of without ihm. Check geompy.py presence instead of libGEOM_Swig.py.
This commit is contained in:
parent
5ba26c48af
commit
3d4c815fdc
@ -38,7 +38,7 @@ if test "x$GEOM_DIR" == "x" ; then
|
||||
#
|
||||
fi
|
||||
|
||||
if test -f ${GEOM_DIR}/bin/salome/libGEOM_Swig.py ; then
|
||||
if test -f ${GEOM_DIR}/bin/salome/geompy.py ; then
|
||||
Geom_ok=yes
|
||||
AC_MSG_RESULT(Using Geom module distribution in ${GEOM_DIR})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user