chore: upgarde libgeos 3.12.0 (#21932)

* chore: add libgeos-dev package for geometry pull-request

* chore: update geos to 3.12.0
This commit is contained in:
Shuduo Sang 2023-07-03 15:26:22 +08:00 committed by GitHub
parent 1e4815be16
commit 60eec06507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# geos
ExternalProject_Add(geos
GIT_REPOSITORY https://github.com/libgeos/geos.git
GIT_TAG 3.11.2
GIT_TAG 3.12.0
SOURCE_DIR "${TD_CONTRIB_DIR}/geos"
BINARY_DIR ""
CONFIGURE_COMMAND ""