Skip to content

Commit

Permalink
added GDAL_LIBRARY for GRASS modules because GRASS libs can use GDAL
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12886 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 5, 2010
1 parent a132e79 commit 8ed95c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/grass/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ADD_EXECUTABLE(qgis.d.rast ${QGIS_D_RAST_SRCS})
TARGET_LINK_LIBRARIES (qgis.d.rast
${GRASS_LIBRARY_gis}
${GRASS_LIBRARY_datetime}
${GDAL_LIBRARY}
)

ADD_EXECUTABLE(qgis.g.info ${QGIS_G_INFO_SRCS})
Expand All @@ -86,6 +87,7 @@ TARGET_LINK_LIBRARIES (qgis.g.info
${GRASS_LIBRARY_gis}
${GRASS_LIBRARY_datetime}
${GRASS_LIBRARY_gproj}
${GDAL_LIBRARY}
)

########################################################
Expand Down

0 comments on commit 8ed95c6

Please sign in to comment.