Skip to content

Commit fd90f4c

Browse files
author
timlinux
committed
Added lib64 to grass search path
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15657 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1c41b40 commit fd90f4c

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 c:/msys/local /opt/grass $ENV{GRASS_PREFIX})
47+
SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass /usr/lib64/grass64 c:/msys/local /opt/grass $ENV{GRASS_PREFIX})
4848

4949
# mac-specific path
5050
IF (APPLE)

0 commit comments

Comments
 (0)