Skip to content

Commit

Permalink
Enabled by default and removed linked qgispython
Browse files Browse the repository at this point in the history
Funded by ItOpen - http://www.itopen.it
  • Loading branch information
elpaso committed Nov 26, 2014
1 parent 35dd4e6 commit 7d42846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -47,7 +47,7 @@ IF(WITH_MAPSERVER)
ENDIF(WITH_MAPSERVER)


SET (WITH_SERVER_PLUGINS FALSE CACHE BOOL "Determines whether QGIS mapserver support for python plugins should be built")
SET (WITH_SERVER_PLUGINS TRUE CACHE BOOL "Determines whether QGIS mapserver support for python plugins should be built")
IF(WITH_SERVER_PLUGINS)
SET(MAPSERVER_HAVE_PYTHON_PLUGINS TRUE)
ENDIF(WITH_SERVER_PLUGINS)
Expand Down
9 changes: 1 addition & 8 deletions src/mapserver/CMakeLists.txt
Expand Up @@ -64,7 +64,6 @@ SET (qgis_mapserv_RCCS



IF (WITH_SERVER_PLUGINS)
#############################################################
# qgis_server library

Expand Down Expand Up @@ -102,6 +101,7 @@ TARGET_LINK_LIBRARIES(qgis_server
${GDAL_LIBRARY}
)

IF (WITH_SERVER_PLUGINS)
# install

INSTALL(TARGETS qgis_server
Expand Down Expand Up @@ -167,13 +167,6 @@ TARGET_LINK_LIBRARIES(qgis_mapserv.fcgi
${GDAL_LIBRARY}
)

IF (WITH_SERVER_PLUGINS)
TARGET_LINK_LIBRARIES(qgis_mapserv.fcgi
qgispython
)

ENDIF (WITH_SERVER_PLUGINS)

########################################################
# Install

Expand Down

0 comments on commit 7d42846

Please sign in to comment.