summaryrefslogtreecommitdiff
path: root/Modules/FindGDAL.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindGDAL: Add library name for MSVC Debug GDALGregoire Krähenbühl2022-10-031-1/+1
* FindGDAL: support finding additional GDAL library namesBen Boeckel2021-02-121-1/+17
* FindGDAL: add support for skipping gdal-configBen Boeckel2021-02-111-1/+8
* FindGDAL: add documentation to cache variablesBen Boeckel2021-02-111-0/+3
* FindGDAL: conditionally set the output variablesBen Boeckel2021-02-111-8/+10
* FindGDAL: mark cache variables as advancedBen Boeckel2021-02-111-0/+3
* FindGDAL: use execute_process instead of exec_programBen Boeckel2021-02-111-1/+1
* FindGDAL: fix some indentationBen Boeckel2021-02-111-3/+3
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-1/+4
* Help: Improve description of modulesBartosz Kosiorek2019-04-231-1/+1
* FindGDAL: set the GDAL_VERSIONBen Boeckel2018-11-011-1/+14
* FindGDAL: add an imported targetBen Boeckel2018-11-011-0/+13
* FindGDAL: Modernize documentation layoutBrad King2018-11-011-12/+21
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-23/+24
* FindGDAL: Handle gdal-config printing absolute path to libraryAdam Thompson2018-03-071-4/+42
* Modules: Restore recently removed search path suffixesBrad King2018-02-261-0/+3
* Modules: Remove paths set as global Unix prefixesChristian Pfeiffer2017-11-201-21/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-4/+16
* use PATH_SUFFIXES to simplify find_* callsRolf Eike Beer2012-08-141-1/+1
* use the find_* functions ENV parameterRolf Eike Beer2012-08-141-6/+6
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-4/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+14
* BUG: Fix library detection for GDAL on most Linux distributions (Issue #7445)Philip Lowman2009-01-311-40/+60
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-14/+3
* BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be refer...Brad King2008-01-151-11/+2
* BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.Eric Wing2007-12-201-0/+93