Description
ESMF comes with its own findESMF.cmake and imho it would be best if the auto-generated module file from spack would prepend CMAKE_MODULE_PATH with self.prefix.cmake so that cmake will find this version of findESMF.cmake.
|
install_tree("cmake", self.prefix.cmake) |
Thoughts?
Description
ESMF comes with its own
findESMF.cmakeand imho it would be best if the auto-generated module file from spack would prependCMAKE_MODULE_PATHwithself.prefix.cmakeso that cmake will find this version offindESMF.cmake.spack/var/spack/repos/builtin/packages/esmf/package.py
Line 412 in bbcd422
Thoughts?