diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-01-07 04:44:46 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 12:44:46 -0800 |
| commit | 95d989c4a40023f46be66753443789c4a98ea4a4 (patch) | |
| tree | bd953e566529d1468d377bd9234be89b594fb08d /ports/pdal/CONTROL | |
| parent | a00a345507dec819664aecf8891aa2653978f483 (diff) | |
| download | vcpkg-95d989c4a40023f46be66753443789c4a98ea4a4.tar.gz vcpkg-95d989c4a40023f46be66753443789c4a98ea4a4.zip | |
[pdal] fix static build (#9308)
* [pdal] fix static build
* update baseline
* [pdal] Re-fix find dependency geos
* [padl] Find library geos_c/libgeos_c instead of library geos/libgeos
* [pdal] Fix dependency boost
* update baseline
Diffstat (limited to 'ports/pdal/CONTROL')
| -rw-r--r-- | ports/pdal/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pdal/CONTROL b/ports/pdal/CONTROL index 9dbec2ab9..d3e48fa42 100644 --- a/ports/pdal/CONTROL +++ b/ports/pdal/CONTROL @@ -1,4 +1,4 @@ Source: pdal
-Version: 1.7.1-6
+Version: 1.7.1-7
Description: PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.
-Build-Depends: gdal, geos, jsoncpp, libgeotiff, laszip
+Build-Depends: gdal, geos, jsoncpp, libgeotiff, laszip, boost-system, boost-filesystem
|
