xref: /libCEED/examples/petsc/include/petscversion.h (revision 2b730f8b5a9c809740a0b3b302db43a719c636b1)
1 #ifndef libceed_petsc_examples_version_h
2 #define libceed_petsc_examples_version_h
3 
4 #if PETSC_VERSION_LT(3, 17, 0)
5 #error "PETSc v3.17 or later is required"
6 #endif
7 
8 #endif
9