← Back to team overview

dolfin team mailing list archive

Rename dolfin-config.cmake to DOLFINConfig.cmake

 

I would like to rename dolfin-config.cmake to DOLFINConfig.cmake. The
difference will be that one will use

  find_package(DOLFIN)

instead of

  find_package(dolfin)

The change is only cosmetic, but since most other packages are
capitalized correctly in CMake, it would be nice if we did the same
with DOLFIN.

Any objections?

We can keep dolfin-config.cmake for backwards compatibility, maybe
with a deprecation warning.

Johannes


Follow ups