Skip to content

Commit

Permalink
compile PDAL/EPT in MacOS builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and nyalldawson committed Nov 10, 2020
1 parent 60bca01 commit 48be2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-build.yml
Expand Up @@ -21,7 +21,7 @@ on:

env:
QT_VERSION: 5.14.2
QGIS_DEPS_VERSION: 0.5.4
QGIS_DEPS_VERSION: 0.6.0

jobs:
mac_os_build:
Expand Down Expand Up @@ -52,6 +52,8 @@ jobs:
-DCMAKE_PREFIX_PATH=/opt/Qt/${QT_VERSION}/clang_64 \
-DWITH_BINDINGS=TRUE \
-DWITH_3D=TRUE \
-DWITH_PDAL=TRUE \
-DWITH_EPT=TRUE \
$QGIS_DIR
- name: build QGIS
Expand Down

0 comments on commit 48be2de

Please sign in to comment.