diff options
| author | Asozial <49169483+Asozial@users.noreply.github.com> | 2019-04-02 19:44:46 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-02 10:44:46 -0700 |
| commit | 4590b6a2ff5dadf8fd523a5ecf4bbc951315eefb (patch) | |
| tree | 738f8ae62c6649ace8c9908a82d2eb34aa8ee705 | |
| parent | d1110ceb7feb527ac58f274239d435e32dca4b84 (diff) | |
| download | vcpkg-4590b6a2ff5dadf8fd523a5ecf4bbc951315eefb.tar.gz vcpkg-4590b6a2ff5dadf8fd523a5ecf4bbc951315eefb.zip | |
gdal: fixed typo (#5904)
* gdal: fixed typo
* Update CONTROL file
| -rw-r--r-- | ports/gdal/CONTROL | 2 | ||||
| -rw-r--r-- | ports/gdal/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/gdal/CONTROL b/ports/gdal/CONTROL index 0814046f5..f31e33818 100644 --- a/ports/gdal/CONTROL +++ b/ports/gdal/CONTROL @@ -1,5 +1,5 @@ Source: gdal -Version: 2.4.0 +Version: 2.4.0-1 Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data. Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma, netcdf-c, hdf5 diff --git a/ports/gdal/portfile.cmake b/ports/gdal/portfile.cmake index 644160a59..46395386c 100644 --- a/ports/gdal/portfile.cmake +++ b/ports/gdal/portfile.cmake @@ -205,7 +205,7 @@ list(APPEND NMAKE_OPTIONS_DBG ) if(NOT VCPKG_LIBRARY_LINKAGE STREQUAL "static") # Static Build does not like PG_LIB - list(APPEND NMAKE_OPTIONS_REL PG_LIB=${PGSQL_LIBRARY_DBG}) + list(APPEND NMAKE_OPTIONS_DBG PG_LIB=${PGSQL_LIBRARY_DBG}) endif() if(NOT DEFINED VCPKG_BUILD_TYPE OR VCPKG_BUILD_TYPE STREQUAL "release") |
