mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
Since there is an idl precompilation directive in SMESH_BasicHypothesis.idl
file, a -DHAVE_NETGEN idl has to be added when compiling SMESH with netgen to the idl c++ flags as well as to the idl python flags.
This commit is contained in:
parent
0cce2b323f
commit
47e405c5ea
@ -112,6 +112,8 @@ else
|
||||
AC_MSG_RESULT(yes)
|
||||
NETGEN_LIBS="-lNETGEN"
|
||||
CPPFLAGS="${CPPFLAGS} -DHAVE_NETGEN"
|
||||
IDLCXXFLAGS="${IDLCXXFLAGS} -DHAVE_NETGEN"
|
||||
IDLPYFLAGS="${IDLPYFLAGS} -DHAVE_NETGEN"
|
||||
fi
|
||||
fi
|
||||
AC_SUBST(NETGEN_INCLUDES)
|
||||
|
Loading…
Reference in New Issue
Block a user