We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebfba1 commit ba75f88Copy full SHA for ba75f88
2 files changed
Patches/GEOS/CMakeLists.txt
@@ -264,7 +264,7 @@ add_subdirectory(benchmarks)
264
#-----------------------------------------------------------------------------
265
# Documentation/Examples
266
267
-add_subdirectory(doc)
+#add_subdirectory(doc)
268
269
270
# Install and export targets - support 'make install' or equivalent
Patches/GEOS/Patch.cmake
@@ -6,4 +6,6 @@
6
#-
7
message("Patching geos")
8
9
+# This patch removes the GEOS doc directory
10
+# since it references tests which are disabled
11
file(COPY ${GEOS_patch}/CMakeLists.txt DESTINATION ${GEOS_source}/)
0 commit comments