mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
test with Ubuntu 20.04, fix occ versions compatibility
This commit is contained in:
parent
d01bde60f6
commit
e502eeee2f
@ -102,7 +102,7 @@ cleanup_win:
|
|||||||
- ls
|
- ls
|
||||||
- docker info
|
- docker info
|
||||||
variables:
|
variables:
|
||||||
UBUNTU_VERSION: "18.04"
|
UBUNTU_VERSION: "20.04"
|
||||||
|
|
||||||
build_ubuntu_debug:
|
build_ubuntu_debug:
|
||||||
<<: *ubuntu
|
<<: *ubuntu
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <TDF_Attribute.hxx>
|
#include <TDF_Attribute.hxx>
|
||||||
#include <Standard_GUID.hxx>
|
#include <Standard_GUID.hxx>
|
||||||
|
|
||||||
#if OCC_VERSION_MAJOR>=7 && OCC_VERSION_MINOR>=2
|
#if OCC_VERSION_MAJOR>=7 && OCC_VERSION_MINOR>=4
|
||||||
#define OCC_HAVE_HISTORY
|
#define OCC_HAVE_HISTORY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user