From 00bab8e52eae1d56ffb267e5b3d4e13e04bd67c1 Mon Sep 17 00:00:00 2001 From: timlinux Date: Fri, 1 Apr 2011 13:21:15 +0000 Subject: [PATCH] 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 --- cmake/FindGRASS.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindGRASS.cmake b/cmake/FindGRASS.cmake index 42cad3f0d95..6c1d38de6c6 100644 --- a/cmake/FindGRASS.cmake +++ b/cmake/FindGRASS.cmake @@ -44,7 +44,7 @@ ENDMACRO (CHECK_GRASS) # search for grass installations # list of paths which to search - user's choice as first -SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass /usr/lib64/grass64 c:/msys/local /opt/grass $ENV{GRASS_PREFIX}) +SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass /usr/lib64/grass64 /usr/lib/grass64 c:/msys/local /opt/grass $ENV{GRASS_PREFIX}) # mac-specific path IF (APPLE)