Skip to content

Commit

Permalink
point to PDAL_DIR for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 28, 2019
1 parent b59ec61 commit 4e78753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/azp/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cd $BASE/examples/$EXAMPLE
mkdir -p _build || exit 1
cd _build || exit 1
cmake -G "Ninja" .. && ninja
cmake -G "Ninja" .. -DPDAL_DIR=$BASE/install && ninja
done
displayName: 'Examples'

0 comments on commit 4e78753

Please sign in to comment.