Skip to content

Commit 00bab8e

Browse files
author
timlinux
committedApr 1, 2011
And another place to look for grass and enjoy the true elixr of happiness
git-svn-id: http://svn.osgeo.org/qgis/trunk@15658 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4d1478d commit 00bab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/FindGRASS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ENDMACRO (CHECK_GRASS)
4444
# search for grass installations
4545

4646
# list of paths which to search - user's choice as first
47-
SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass /usr/lib64/grass64 c:/msys/local /opt/grass $ENV{GRASS_PREFIX})
47+
SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass /usr/lib64/grass64 /usr/lib/grass64 c:/msys/local /opt/grass $ENV{GRASS_PREFIX})
4848

4949
# mac-specific path
5050
IF (APPLE)

0 commit comments

Comments
 (0)
Please sign in to comment.