Add GRASS-6.3 to the Mac GRASS search paths.

git-svn-id: http://svn.osgeo.org/qgis/trunk@8405 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
telwertowski 2008-05-07 04:59:30 +00:00
parent cd2c6b0f32
commit 3d92641d3e

View File

@ -46,7 +46,10 @@ SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass c:/msys/local)
# mac-specific path
IF (APPLE)
SET (GRASS_PATHS ${GRASS_PATHS} /Applications/GRASS.app/Contents/Resources)
SET (GRASS_PATHS ${GRASS_PATHS}
/Applications/GRASS-6.3.app/Contents/MacOS
/Applications/GRASS.app/Contents/Resources
)
ENDIF (APPLE)
IF (WITH_GRASS)