Skip to content

Commit

Permalink
We need the geos patch to be in place
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed May 31, 2018
1 parent a1c6e3f commit 7802a5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 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

0 comments on commit 7802a5d

Please sign in to comment.