Skip to content

Commit

Permalink
Fix from lynxlynxlynxlynxlynx for building grass on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 6, 2012
1 parent 652deba commit 977518a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/grass/CMakeLists.txt
Expand Up @@ -79,6 +79,7 @@ TARGET_LINK_LIBRARIES(qgis.d.rast
${GRASS_LIBRARY_gis}
${GRASS_LIBRARY_datetime}
${GDAL_LIBRARY}
m
)

#
Expand Down

2 comments on commit 977518a

@kyngchaos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh?

never had a problem before without this. libm functions are built into the system library, which is always linked automatically by the OS X linker.

@timlinux
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi sorry my mistake it was a linux 'fix' but was actually specific to the person's system it seems so I have reverted it.

Regards

Tim

Please sign in to comment.