aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
2018-03-26Tidy soci/proj4 referencesMike Toews
2018-03-26Rename CMake infrastructure to remove 4mwtoews
2018-03-25Add PACKAGE_URL for autoconf/CMakemwtoews
2018-03-25PACKAGE_NAME: PROJ.4 Projections -> PROJmwtoews
2018-02-27Modify project bugreport (autoconf)Mike Toews
2018-02-10Re-do pull request #451 export CMake targets with PROJ4:: namespaceCharles Karney
This version takes to add the include path to the target definition for cmake 2.8.11 and later. Also the documentation sticks to the existing convention of using cmake variables ${PROJ4_LIBRARIES} and ${PROJ4_INCLUDE_DIRS}. However, the namespace variables are still being included. Here's the roll-out plan (0) Version 4.9.x: The target is proj and PROJ4_LIBRARIES is set to this. (1) Version 5.0.x: Two targets, proj and PROJ4::proj, are defined; PROJ4_LIBRARIES = proj. (2) In a year or two: Two targets, proj and PROJ4::proj, are defined; PROJ4_LIBRARIES = PROJ4::proj. (3) With a change in the library which breaks backwards compatibility: The target is PROJ4::proj and PROJ4_LIBRARIES = PROJ4::proj.
2018-01-09Add gie tests to CMake testing facilityKristian Evers
2017-09-27CMake updates (#578)Howard Butler
* install proj4 data in share/proj, not share/ * no need for CMP0022 policy anymore
2017-09-27Add detection of MSVC 14.0 and 14.1+ to CMake configuration (#580)Mateusz Łoskot
2017-09-25fix #560 install cmake config file to lib and use GNUInstallDirs on Unix (#561)Nicolas David
* fix #560 install proj4-config.cmake to defaut path * add some variable and cmake option to specify where the cmake config file should be installed. * change project_root_dir use in project-config.cmake.in variable from hard coded path to computed path with file(RELATIVE_PATH) function. * Still use the old project-config.cmake/configure_file way of generate config file. A cleaner way could be to use the modern cmake export(target ..) * use GNUInstallDirs for default unix install path
2016-03-07Fixed a cmake option message that was being truncated due to being split ↵Sean McBride
into multiple lines
2015-10-01Fix cmake version check so it works for cmake 3.xCharles Karney
2015-09-10BLD: Remove Makefile.in.Elliott Sales de Andrade
These files are generated by automake.
2015-07-09Make multistresstext.exe compile, and work, with mingw cross compiler ↵Even Rouault
(autoconf build)
2015-07-07Make pj_init() locale safe and no longer modify locale (#226)Even Rouault
Remove setlocale() use in pj_init_ctx(), and replace uses of atof() & strtod() by their locale safe variants pj_atof() and pj_strtod(). Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h and export pj_atof() & pj_strtod()
2015-03-03Switch cmake name from PROJ to PROJ4Charles Karney
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2644 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-23add missing MSVC compilers to cmake configHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2634 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-22add #264 cmake scripts to cmake/Makefile.amHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2633 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-22More CMake churn #264Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2632 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21autogen'd stuff in preparation for 4.9.1RC3Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2631 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21align CMake SOVERSION with autotools #263Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2629 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21install missing CMake support files for dist-all targetEven Rouault
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2617 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-21adapt Charles Karney's patches for smoother CMake #258Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2614 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-20update libtool build stuff in preparation for 4.9.1RC1 using 2.4.2 ↵Howard Butler
Debian-2.4.2-1.7ubuntu1 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2612 4e78687f-474d-0410-85f9-8d5e500ac6b2
2015-02-17#256: CMake tweaksHoward Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2608 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13rerun autogen for 4.9.0 releaseFrank Warmerdam
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2534 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13more CMake-related dist fixups #243Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2531 4e78687f-474d-0410-85f9-8d5e500ac6b2
2014-09-13Start implementation of CMake support for proj.4 #243Howard Butler
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2523 4e78687f-474d-0410-85f9-8d5e500ac6b2