[QGIS Commit] r14551 - trunk/qgis

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Nov 12 05:46:25 EST 2010


Author: wonder
Date: 2010-11-12 02:46:25 -0800 (Fri, 12 Nov 2010)
New Revision: 14551

Modified:
   trunk/qgis/CMakeLists.txt
Log:
Turn off compilation of map server by default (so that fastcgi is not required by default)


Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2010-11-12 10:18:39 UTC (rev 14550)
+++ trunk/qgis/CMakeLists.txt	2010-11-12 10:46:25 UTC (rev 14551)
@@ -54,8 +54,8 @@
   SET (GRASS_PREFIX ${GRASS_PREFIX} CACHE PATH "Path to GRASS base directory")
 ENDIF (WITH_GRASS)
 
-# try to configure and build mapserver by default
-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")
 
 # try to configure and build POSTGRESQL support
 SET (WITH_POSTGRESQL TRUE CACHE BOOL "Determines whether POSTGRESQL support should be built")



More information about the QGIS-commit mailing list