mirror of https://github.com/CGAL/cgal
- Define CGAL_USE_GEOMVIEW except for windows.
This commit is contained in:
parent
d595d216f9
commit
1aa39ac10e
|
|
@ -1,3 +1,6 @@
|
|||
30/01/2004 Sylvain Pion
|
||||
- Define CGAL_USE_GEOMVIEW except for windows.
|
||||
|
||||
2.94 19/01/2004
|
||||
- Remove CGAL_CFG_EXPLICIT_SPECIALIZATION_MEMBER_DECLARATION_BUG.C
|
||||
|
||||
|
|
|
|||
|
|
@ -119,4 +119,9 @@ using std::min;
|
|||
using std::max;
|
||||
#endif
|
||||
|
||||
// Is Geomview usable ?
|
||||
#if !defined(__BORLANDC__) && !defined(_MSC_VER)
|
||||
# define CGAL_USE_GEOMVIEW
|
||||
#endif
|
||||
|
||||
#endif // CGAL_CONFIG_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue