Skip to content

Commit

Permalink
fix PDAL_DIR directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 28, 2019
1 parent 4e78753 commit 8d3f49e
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" .. -DPDAL_DIR=$BASE/install && ninja
cmake -G "Ninja" .. -DPDAL_DIR=$BASE/install/lib/cmake/PDAL && ninja
done
displayName: 'Examples'

0 comments on commit 8d3f49e

Please sign in to comment.