File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ IF (UNIX)
137
137
IF (GRASS_FIND_VERSION EQUAL 6 )
138
138
LIST (APPEND GRASS_PATHS /usr/lib64/grass64 /usr/lib/grass64 )
139
139
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 )
141
141
ENDIF ()
142
142
ENDIF (UNIX )
143
143
@@ -151,6 +151,7 @@ IF (APPLE)
151
151
LIST (APPEND GRASS_PATHS
152
152
/Applications/GRASS-7.0.app/Contents/MacOS
153
153
/Applications/GRASS-7.1.app/Contents/MacOS
154
+ /Applications/GRASS-7.2.app/Contents/MacOS
154
155
)
155
156
ENDIF ()
156
157
LIST (APPEND GRASS_PATHS /Applications/GRASS.app/Contents/Resources )
You can’t perform that action at this time.
0 commit comments