Skip to content

Commit 558e816

Browse files
author
rblazek
committed
added GDAL_LIBRARY for GRASS modules because GRASS libs can use GDAL
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12886 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9758441 commit 558e816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/providers/grass/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ ADD_EXECUTABLE(qgis.d.rast ${QGIS_D_RAST_SRCS})
7878
TARGET_LINK_LIBRARIES (qgis.d.rast
7979
${GRASS_LIBRARY_gis}
8080
${GRASS_LIBRARY_datetime}
81+
${GDAL_LIBRARY}
8182
)
8283

8384
ADD_EXECUTABLE(qgis.g.info ${QGIS_G_INFO_SRCS})
@@ -86,6 +87,7 @@ TARGET_LINK_LIBRARIES (qgis.g.info
8687
${GRASS_LIBRARY_gis}
8788
${GRASS_LIBRARY_datetime}
8889
${GRASS_LIBRARY_gproj}
90+
${GDAL_LIBRARY}
8991
)
9092

9193
########################################################

0 commit comments

Comments
 (0)