mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Add WITH_GRASS_PLUGIN cmake setting to determine whether the GRASS
c++ plugin is built Allows building the GRASS provider without the plugin
This commit is contained in:
parent
0d0f60a2cd
commit
f0e54391d3
@ -14,7 +14,10 @@ if (WITH_SPATIALITE)
|
||||
endif()
|
||||
|
||||
if (GRASS_FOUND)
|
||||
add_subdirectory(grass)
|
||||
set (WITH_GRASS_PLUGIN TRUE CACHE BOOL "Determines whether the GRASS c++ plugin should be built")
|
||||
if (WITH_GRASS_PLUGIN)
|
||||
add_subdirectory(grass)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (CUSTOM_PLUGINS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user