Hi, I am using PETSc Fortran interface and FindPETSc.cmake script to find PETSc. https://github.com/jedbrown/cmake-modules/blob/master/FindPETSc.cmake
PETSc from WEB has folder include folder:
include/finclude
while PETSc from git has folder:
include/petsc-finclude
Is there a way to make it compatible between different versions?
Thanks!
