Skip to content

Commit 880ee6d

Browse files
author
telwertowski
committedMay 7, 2008

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎cmake/FindGRASS.cmake

Lines changed: 4 additions & 1 deletion
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)
Please sign in to comment.