Hi, I am trying to move to cmake to build my code. How would you suggest to handle the dependency on PETSc? Currently my makefile relies on the PETSc variables for building the all code, namely FLINKER, CLINKER and so on. I found the FindPETSc.cmake module and I successfully used it but it does not import the aforementioned variables. Any suggestion on the matter is greatly appreciated.
Thanks, Michele
