From 7802a5d458fe4fbc9ccca234118a1e3f77e05245 Mon Sep 17 00:00:00 2001 From: Bradley J Chambers Date: Thu, 31 May 2018 10:54:04 -0400 Subject: [PATCH] We need the geos patch to be in place --- scripts/ci/geos.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/ci/geos.patch diff --git a/scripts/ci/geos.patch b/scripts/ci/geos.patch new file mode 100644 index 0000000000..5734f5bced --- /dev/null +++ b/scripts/ci/geos.patch @@ -0,0 +1,13 @@ +diff --git a/cmake/modules/FindGEOS.cmake b/cmake/modules/FindGEOS.cmake +index 5be0cf3..a9aa4bc 100644 +--- a/cmake/modules/FindGEOS.cmake ++++ b/cmake/modules/FindGEOS.cmake +@@ -29,7 +29,7 @@ IF(WIN32) + ENDIF() + + FIND_PATH(GEOS_INCLUDE_DIR geos_c.h $ENV{LIB_DIR}/include $ENV{INCLUDE} ${OSGEO4W_ROOT_DIR}/include) +- FIND_LIBRARY(GEOS_LIBRARY NAMES geos geos_c PATHS ++ FIND_LIBRARY(GEOS_LIBRARY NAMES geos_c PATHS + "$ENV{LIB}/lib" + $ENV{LIB} + #mingw