We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3143da2 commit c41a151Copy full SHA for c41a151
CMakeLists.txt
@@ -204,6 +204,10 @@ IF(WITH_CORE)
204
MESSAGE(FATAL_ERROR "Desktop cannot be built without analysis")
205
ENDIF()
206
207
+ IF ( WITH_QGIS_PROCESS AND NOT WITH_ANALYSIS )
208
+ MESSAGE(FATAL_ERROR "Process tool cannot be built without analysis")
209
+ ENDIF()
210
+
211
IF ( WITH_DESKTOP )
212
# The qgis_desktop target is meant to build a minimal but complete running QGIS during development
213
# This should help to reduce compile time while still having a "complete enough" QGIS for most of the development
0 commit comments