dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #26312
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