Skip to content

Commit

Permalink
update geos
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Nov 23, 2023
1 parent b1ecd10 commit 27915ec
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 276 deletions.
3 changes: 1 addition & 2 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@ set(GDAL_DEPENDENCIES ${GDAL_DEPENDENCIES} EXPAT)
# GEOS
ExternalProject_Add(
GEOS
URL ${CMAKE_CURRENT_SOURCE_DIR}/vendor/geos-3.12.0.tar.bz2
URL ${CMAKE_CURRENT_SOURCE_DIR}/vendor/geos-3.12.1.tar.bz2
CONFIGURE_HANDLED_BY_BUILD TRUE
PATCH_COMMAND patch -p1 < "${CMAKE_CURRENT_LIST_DIR}/patches/geos_distance.patch"
CMAKE_ARGS
# CMake options
-DCMAKE_INSTALL_PREFIX:PATH=${LOCAL_INSTALL_DIR}
Expand Down
274 changes: 0 additions & 274 deletions deps/patches/geos_distance.patch

This file was deleted.

Binary file removed deps/vendor/geos-3.12.0.tar.bz2
Binary file not shown.
Binary file added deps/vendor/geos-3.12.1.tar.bz2
Binary file not shown.

0 comments on commit 27915ec

Please sign in to comment.