Skip to content

Commit

Permalink
[gdal] fixed port warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Oct 3, 2023
1 parent 949c872 commit 6a1e659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/gdal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ vcpkg_configure_cmake(
-DGDAL_OGR_FRMTS_POSTGIS=${WITH_POSTGIS}
-DGDAL_OGR_FRMTS_WFS=${WITH_WFS}
-DGDAL_OPENCL_SUPPORT=${WITH_OPENCL}
-DVCPKG_ALLOW_SYSTEM_LIBS=${VCPKG_ALLOW_SYSTEM_LIBS}
OPTIONS_RELEASE
-DGDAL_BUILD_TOOLS=${WITH_TOOLS}
OPTIONS_DEBUG
-DGDAL_INSTALL_DATA_FILES=OFF
-DGDAL_BUILD_TOOLS=OFF
MAYBE_UNUSED_VARIABLES
-DVCPKG_ALLOW_SYSTEM_LIBS=${VCPKG_ALLOW_SYSTEM_LIBS}
)

#vcpkg_fixup_pkgconfig_mod()
Expand Down

0 comments on commit 6a1e659

Please sign in to comment.