Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some workflows where pdal is not available
  • Loading branch information
nyalldawson committed May 1, 2023
1 parent 1d62259 commit 886d5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/ogc/build.sh
Expand Up @@ -36,6 +36,7 @@ cmake -GNinja \
-DWITH_SERVER=ON \
-DWITH_SERVER_PLUGINS=ON \
-DWITH_ORACLE=OFF \
-DWITH_PDAL=OFF \
-DDISABLE_DEPRECATED=ON \
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
-DCMAKE_C_COMPILER=/bin/clang \
Expand Down
1 change: 1 addition & 0 deletions ms-windows/mingw/build.sh
Expand Up @@ -95,6 +95,7 @@ mkdir -p "$BUILDDIR"
-DQGIS_QML_SUBDIR=lib/qt5/qml \
-DBINDINGS_GLOBAL_INSTALL=ON \
-DSIP_GLOBAL_INSTALL=ON \
-DWITH_PDAL=OFF \
-DWITH_SERVER=ON \
-DWITH_SERVER_LANDINGPAGE_WEBAPP=ON \
-DTXT2TAGS_EXECUTABLE= \
Expand Down

0 comments on commit 886d5cd

Please sign in to comment.