ecmwf / ecbuild

A CMake-based build system, consisting of a collection of CMake macros and functions that ease the managing of software build systems
https://ecbuild.readthedocs.io
Apache License 2.0
26 stars 25 forks source link

Search for proj_6_0.lib if proj.lib isn't found #9

Closed dtip closed 5 years ago

dtip commented 5 years ago

On Windows we install proj4 from conda. The proj4 v6 package doesn't contain proj.lib - instead it has proj_6_0.lib. This change allows ECMWF cmake packages to find proj4 v6 on Windows.

See https://github.com/conda-forge/magics-feedstock/pull/35 for motivation.

dtip commented 5 years ago

Fair point. Updated