Skip to content

Commit 969f89f

Browse files
author
wonder
committedNov 12, 2010
Turn off compilation of map server by default (so that fastcgi is not required by default)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14551 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5224ad7 commit 969f89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ IF (WITH_GRASS)
5454
SET (GRASS_PREFIX ${GRASS_PREFIX} CACHE PATH "Path to GRASS base directory")
5555
ENDIF (WITH_GRASS)
5656

57-
# try to configure and build mapserver by default
58-
SET (WITH_MAPSERVER TRUE CACHE BOOL "Determines whether QGIS mapserver should be built")
57+
# mapserver by us disabled default because it needs FastCGI (which is optional dependency)
58+
SET (WITH_MAPSERVER FALSE CACHE BOOL "Determines whether QGIS mapserver should be built")
5959

6060
# try to configure and build POSTGRESQL support
6161
SET (WITH_POSTGRESQL TRUE CACHE BOOL "Determines whether POSTGRESQL support should be built")

0 commit comments

Comments
 (0)
Please sign in to comment.