Skip to content
Permalink
Browse files
Add GRASS-6.3 to the Mac GRASS search paths.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8405 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
telwertowski committed May 7, 2008
1 parent fe1562b commit 880ee6d
Showing 1 changed file with 4 additions and 1 deletion.
@@ -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)

0 comments on commit 880ee6d

Please sign in to comment.