Skip to content

Commit ba75f88

Browse files
committed
Patch GEOS to remove the doc directory from build
1 parent 4ebfba1 commit ba75f88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Patches/GEOS/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ add_subdirectory(benchmarks)
264264
#-----------------------------------------------------------------------------
265265
# Documentation/Examples
266266
#-----------------------------------------------------------------------------
267-
add_subdirectory(doc)
267+
#add_subdirectory(doc)
268268

269269
#-----------------------------------------------------------------------------
270270
# Install and export targets - support 'make install' or equivalent

Patches/GEOS/Patch.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
#-
77
message("Patching geos")
88

9+
# This patch removes the GEOS doc directory
10+
# since it references tests which are disabled
911
file(COPY ${GEOS_patch}/CMakeLists.txt DESTINATION ${GEOS_source}/)

0 commit comments

Comments
 (0)