Skip to content

Commit 470d37b

Browse files
committedJan 1, 2017
find GRASS 7.2
(cherry picked from commit 4d6a535)
1 parent 5a8e86b commit 470d37b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎cmake/FindGRASS.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ IF (UNIX)
137137
IF (GRASS_FIND_VERSION EQUAL 6)
138138
LIST(APPEND GRASS_PATHS /usr/lib64/grass64 /usr/lib/grass64)
139139
ELSEIF (GRASS_FIND_VERSION EQUAL 7)
140-
LIST(APPEND GRASS_PATHS /usr/lib64/grass70 /usr/lib/grass70 /usr/lib64/grass71 /usr/lib/grass71)
140+
LIST(APPEND GRASS_PATHS /usr/lib64/grass70 /usr/lib/grass70 /usr/lib64/grass71 /usr/lib/grass71 /usr/lib64/grass72 /usr/lib/grass72)
141141
ENDIF ()
142142
ENDIF (UNIX)
143143

@@ -151,6 +151,7 @@ IF (APPLE)
151151
LIST(APPEND GRASS_PATHS
152152
/Applications/GRASS-7.0.app/Contents/MacOS
153153
/Applications/GRASS-7.1.app/Contents/MacOS
154+
/Applications/GRASS-7.2.app/Contents/MacOS
154155
)
155156
ENDIF ()
156157
LIST(APPEND GRASS_PATHS /Applications/GRASS.app/Contents/Resources)

0 commit comments

Comments
 (0)
Please sign in to comment.