Skip to content
Snippets Groups Projects
Commit b469f3b2 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

SuperBuild: geos patch also needed for windows

parent aefa3a64
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,7 @@ ExternalProject_Add(GEOS
# Patch still needed with version 3.6.1 to avoid error during CMake configuration
# See https://trac.osgeo.org/geos/ticket/753
if(NOT MSVC)
SUPERBUILD_PATCH_SOURCE(GEOS)
endif()
SUPERBUILD_PATCH_SOURCE(GEOS)
set(_SB_GEOS_INCLUDE_DIR ${SB_INSTALL_PREFIX}/include)
if(WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment