[Proj] Proj 4.9.1RC3 Released

Charles Karney charles.karney at sri.com
Sat Feb 21 14:59:39 EST 2015


This patch adds 3 files in the cmake directory.  The names need to be
added to EXTRA_DIST in cmake/Makefile.am, of course.  The files are

CMakeLists.txt project-config.cmake.in project-config-version.cmake.in

On 02/21/2015 01:21 PM, Charles Karney wrote:
> On 02/21/2015 12:31 PM, Howard Butler wrote:
>> All,
>>
>> Proj4 4.9.1RC3 is now released for testing. Should no significant
>> issues be identified, this is the last release candidate, and I will
>> motion the MetaCRS list to promote it to final on Wednesday.
>>
>> Thanks for testing the past two RC's.
>>
>> Howard
>>
>> http://download.osgeo.org/proj/proj-4.9.1RC3.tar.gz
>
> The attached patch addresses the following cmake issues:
>
> Set "build" and "api" versions on the libraries.  This way we end up
> with the same installed so files as with autoconf.
>
> Sets the CMAKE_BUILD_TYPE to Release (if not specified).
>
> Sets the rpath using the configured library path (instead of hardcoding
> "lib").
>
> Provides support for find_package(PROJ 4.9) as follows
>
>    The name of the package is "PROJ" (uppercase).
>
>    proj-config.cmake gets installed in share/cmake/PROJ (non Windows) or
>    cmake (Windows).
>
>    This defines (for example)
>      PROJ_FOUND = 1
>      PROJ_INCLUDE_DIRS = /usr/local/include
>      PROJ_LIBRARIES = proj
>      PROJ_LIBRARY_DIRS = /usr/local/lib
>      PROJ_BINARY_DIRS = /usr/local/bin
>      PROJ_VERSION = 4.9.1
>
>    Here proj is a "target" name which means that it inherits
>    dependencies, etc.
>
>    find_package will look under CMAKE_PREFIX_PATH for proj-config.cmake.
>
> There are no remaining issues for me (so far!).
>
>    --Charles
>



More information about the Proj mailing list