Salome HOME
Create and use HAVE_NETGEN (#define) to avoid unresolved symbols in libraries.
[modules/smesh.git] / idl / SMESH_BasicHypothesis.idl
index c0251517f7fb654b15792ea1bf740e060da313d9..f6a37655c57a34bcea18493134e2aeecc3a63e5f 100644 (file)
@@ -86,9 +86,12 @@ module SMESH
   {
   };
 
+#ifdef HAVE_NETGEN
   interface SMESH_NETGEN_3D : SMESH_3D_Algo
   {
   };
+#endif
+
 };
 
 #endif