Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix build without server and 3d
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/CMakeLists.txt
|
@@ -305,7 +305,7 @@ IF(WITH_QSCIAPI) |
|
|
SET(QGIS_PYTHON_API_FILE "${CMAKE_BINARY_DIR}/python/qsci_apis/PyQGIS.api") |
|
|
|
|
|
ADD_CUSTOM_TARGET(qsci-api ALL |
|
|
DEPENDS python_module_qgis__gui python_module_qgis__core python_module_qgis__analysis python_module_qgis__server python_module_qgis__3d) |
|
|
DEPENDS python_module_qgis__gui python_module_qgis__core python_module_qgis__analysis) |
|
|
|
|
|
# run update/concatenate command |
|
|
ADD_CUSTOM_COMMAND(TARGET qsci-api |
|
|