mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add GRASS-6.3 to the Mac GRASS search paths.
git-svn-id: http://svn.osgeo.org/qgis/trunk@8405 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
cd2c6b0f32
commit
3d92641d3e
@ -46,7 +46,10 @@ SET (GRASS_PATHS ${GRASS_PREFIX} /usr/lib/grass c:/msys/local)
|
||||
|
||||
# mac-specific path
|
||||
IF (APPLE)
|
||||
SET (GRASS_PATHS ${GRASS_PATHS} /Applications/GRASS.app/Contents/Resources)
|
||||
SET (GRASS_PATHS ${GRASS_PATHS}
|
||||
/Applications/GRASS-6.3.app/Contents/MacOS
|
||||
/Applications/GRASS.app/Contents/Resources
|
||||
)
|
||||
ENDIF (APPLE)
|
||||
|
||||
IF (WITH_GRASS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user