Skip to content

Commit 3d92641

Browse files
author
telwertowski
committed
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
1 parent cd2c6b0 commit 3d92641

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmake/FindGRASS.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass c:/msys/local)
4646

4747
# mac-specific path
4848
IF (APPLE)
49-
SET (GRASS_PATHS ${GRASS_PATHS} /Applications/GRASS.app/Contents/Resources)
49+
SET (GRASS_PATHS ${GRASS_PATHS}
50+
/Applications/GRASS-6.3.app/Contents/MacOS
51+
/Applications/GRASS.app/Contents/Resources
52+
)
5053
ENDIF (APPLE)
5154

5255
IF (WITH_GRASS)

0 commit comments

Comments
 (0)