File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ IF (UNIX)
167
167
ENDFOREACH (VERSION_MINOR )
168
168
ELSE (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" )
169
169
FOREACH (PATH /usr/lib64 /usr/lib )
170
- FOREACH (VERSION grass70, grass72, grass74 )
170
+ FOREACH (VERSION grass76, grass74, grass72, grass70 )
171
171
LIST (APPEND GRASS_PATHS "${PATH} /${VERSION} " )
172
172
ENDFOREACH (VERSION )
173
173
ENDFOREACH (PATH )
@@ -178,10 +178,10 @@ ENDIF (UNIX)
178
178
IF (APPLE )
179
179
IF (GRASS_FIND_VERSION EQUAL 7 )
180
180
LIST (APPEND GRASS_PATHS
181
- /Applications/GRASS-7.0.app/Contents/MacOS
182
- /Applications/GRASS-7.1.app/Contents/MacOS
183
- /Applications/GRASS-7.2.app/Contents/MacOS
181
+ /Applications/GRASS-7.6.app/Contents/MacOS
184
182
/Applications/GRASS-7.4.app/Contents/MacOS
183
+ /Applications/GRASS-7.2.app/Contents/MacOS
184
+ /Applications/GRASS-7.0.app/Contents/MacOS
185
185
)
186
186
ENDIF ()
187
187
LIST (APPEND GRASS_PATHS /Applications/GRASS.app/Contents/Resources )
You can’t perform that action at this time.
0 commit comments