Skip to content

Commit 88c4297

Browse files
committed
use conda cmake on win
1 parent bdee4a8 commit 88c4297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/azp/win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
ECHO ON
2323
call activate pdal
2424
call conda config --set always_yes True --set show_channel_urls True
25-
call conda install --yes --quiet --name pdal -c conda-forge scikit-build compilers ninja pdal pytest -y
25+
call conda install --yes --quiet --name pdal -c conda-forge scikit-build compilers ninja pdal pytest cmake -y
2626
displayName: Install PDAL
2727
- script: |
2828
ECHO ON
2929
call activate pdal
30-
pip install -e . --install-option="-DCMAKE_GENERATOR=Ninja"
30+
pip install -e . --install-option="--skip-generator-test --generator=Ninja"
3131
# --install-option="-DPdal_DIR=%CONDA_PREFIX%\Library\lib\cmake\PDAL"
3232
displayName: 'Build'
3333
- script: |

0 commit comments

Comments
 (0)