Skip to content

FindGDAL: Handle gdal-config printing absolute path to library

Adam Thompson requested to merge tngamer/cmake:fix/module-findgdal into master

The FindGDAL module incorrectly sets GDAL_LIBRARY to a dependent library instead of GDAL's own library when running on hosts that are identified by CMake's UNIX variable. This MR is intended to fix this issue.

Topic-rename: FindGDAL-absolute-path

Edited by Brad King

Merge request reports