We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426469a commit f3f8a9fCopy full SHA for f3f8a9f
CMakeLists.txt
@@ -54,8 +54,8 @@ IF (WITH_GRASS)
54
SET (GRASS_PREFIX ${GRASS_PREFIX} CACHE PATH "Path to GRASS base directory")
55
ENDIF (WITH_GRASS)
56
57
-# try to configure and build mapserver by default
58
-SET (WITH_MAPSERVER TRUE CACHE BOOL "Determines whether QGIS mapserver should be built")
+# mapserver by us disabled default because it needs FastCGI (which is optional dependency)
+SET (WITH_MAPSERVER FALSE CACHE BOOL "Determines whether QGIS mapserver should be built")
59
60
# try to configure and build POSTGRESQL support
61
SET (WITH_POSTGRESQL TRUE CACHE BOOL "Determines whether POSTGRESQL support should be built")
0 commit comments