We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a132e79 commit 8ed95c6Copy full SHA for 8ed95c6
src/providers/grass/CMakeLists.txt
@@ -78,6 +78,7 @@ ADD_EXECUTABLE(qgis.d.rast ${QGIS_D_RAST_SRCS})
78
TARGET_LINK_LIBRARIES (qgis.d.rast
79
${GRASS_LIBRARY_gis}
80
${GRASS_LIBRARY_datetime}
81
+ ${GDAL_LIBRARY}
82
)
83
84
ADD_EXECUTABLE(qgis.g.info ${QGIS_G_INFO_SRCS})
@@ -86,6 +87,7 @@ TARGET_LINK_LIBRARIES (qgis.g.info
86
87
88
89
${GRASS_LIBRARY_gproj}
90
91
92
93
########################################################
0 commit comments