We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4d1478d commit 00bab8eCopy full SHA for 00bab8e
cmake/FindGRASS.cmake
@@ -44,7 +44,7 @@ ENDMACRO (CHECK_GRASS)
44
# search for grass installations
45
46
# 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})
+SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass /usr/lib64/grass64 /usr/lib/grass64 c:/msys/local /opt/grass $ENV{GRASS_PREFIX})
48
49
# mac-specific path
50
IF (APPLE)
0 commit comments