We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5224ad7 commit 969f89fCopy full SHA for 969f89f
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