mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fixed building of qgis.g.info when nothing else passes the math link flag
This commit is contained in:
parent
c5763f975e
commit
1111a60007
@ -92,6 +92,9 @@ TARGET_LINK_LIBRARIES(qgis.g.info
|
||||
${GRASS_LIBRARY_gproj}
|
||||
${GDAL_LIBRARY}
|
||||
)
|
||||
IF (UNIX)
|
||||
TARGET_LINK_LIBRARIES(qgis.g.info m)
|
||||
ENDIF (UNIX)
|
||||
|
||||
########################################################
|
||||
# Install
|
||||
|
Loading…
x
Reference in New Issue
Block a user