We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd90f4c commit 8088a63Copy full SHA for 8088a63
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