Skip to content

Commit

Permalink
Fixed compilation without python
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 7f3a8d5 commit e9dbdd3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/mapserver/CMakeLists.txt
Expand Up @@ -161,13 +161,18 @@ ENDIF (WITH_INTERNAL_SPATIALITE)
TARGET_LINK_LIBRARIES(qgis_mapserv.fcgi
qgis_core
qgis_analysis
qgispython
${PROJ_LIBRARY}
${FCGI_LIBRARY}
${POSTGRES_LIBRARY}
${GDAL_LIBRARY}
)

IF (WITH_SERVER_PLUGINS)
TARGET_LINK_LIBRARIES(qgis_mapserv.fcgi
qgispython
)

ENDIF (WITH_SERVER_PLUGINS)

########################################################
# Install
Expand Down

0 comments on commit e9dbdd3

Please sign in to comment.