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:
parent
1e4815be16
commit
60eec06507
|
@ -2,11 +2,11 @@
|
||||||
# geos
|
# geos
|
||||||
ExternalProject_Add(geos
|
ExternalProject_Add(geos
|
||||||
GIT_REPOSITORY https://github.com/libgeos/geos.git
|
GIT_REPOSITORY https://github.com/libgeos/geos.git
|
||||||
GIT_TAG 3.11.2
|
GIT_TAG 3.12.0
|
||||||
SOURCE_DIR "${TD_CONTRIB_DIR}/geos"
|
SOURCE_DIR "${TD_CONTRIB_DIR}/geos"
|
||||||
BINARY_DIR ""
|
BINARY_DIR ""
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
TEST_COMMAND ""
|
TEST_COMMAND ""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue