aboutsummaryrefslogtreecommitdiff
path: root/cmake/ProjConfig.cmake
AgeCommit message (Collapse)Author
2022-01-24CI: transition tests from autotools to cmake (#3023)Mike Taves
2021-08-28proj.pc.in: add -lm -ldl in Libs.private (#2825)Mike Taves
2021-08-05cmake: remove unused configure checks (#2789)Ben Boeckel
These results are just not used anywhere, so there's no need to check them (as the compiler will do it anyways).
2020-03-28CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR (#2100)Mike Taves
* Use instead of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR * Also PROJECT_SOURCE_DIR and PROJECT_BINARY_DIR, which are similar * Set properties with a list variable rather than a long line * Correction to 'proj_test_set_properties' function, rename ENVIRONMENT: - PROJ_IGNORE_USER_WRITABLE_DIRECTORY (ignored) - PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY (used by filemanager.cpp)
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
Fixes #1490 This is an extension of the Window-specific logic added recently to Unix builds. This reuses parts of proposed past commit https://github.com/OSGeo/PROJ/pull/1517/commits/82a07e51c6e24ddb936d131ababe29f1ac36ef14 (credits to @abellgithub)
2020-02-04Make PROJ the CMake project nameCharles Karney
Allow both find_package(PROJ) and find_package(PROJ4). More details are in cmake/CMakeLists.txt.
2020-01-07Remove deprecated JNI bindingsKristian Evers
Closes #1757
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-06-01Update website: proj4.org -> proj.orgMike Taves
2019-03-21Build: automatically enable system error messagesChris Mayo
Define HAVE_STRERROR during configuration. Before: $ cs2cs +proj=latlong +to +proj=latlong dummy <cs2cs>: Sys errno: 2: <system mess. texts unavail.> dummy After: $ cs2cs +proj=latlong +to +proj=latlong dummy <cs2cs>: Sys errno: 2: No such file or directory dummy
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2019-02-22CMake warning about second proj_config.hMike Taves
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
2018-03-26Rename CMake infrastructure to remove 4mwtoews