diff options
| author | Jason Beverage <jasonbeverage@gmail.com> | 2018-08-01 13:40:32 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-01 10:40:32 -0700 |
| commit | 5a04ee0290ec963efde5bb604d96d1aac6d69b17 (patch) | |
| tree | 29f49e96f101a7f6e27dc796fb685a2fc17c2e57 /ports/pdal/CONTROL | |
| parent | caa9f2e3d5f3ea73e72bcf078b180337fa6602d3 (diff) | |
| download | vcpkg-5a04ee0290ec963efde5bb604d96d1aac6d69b17.tar.gz vcpkg-5a04ee0290ec963efde5bb604d96d1aac6d69b17.zip | |
Add laszip (#3978)
* Added laszip package
* Added laszip dependency to pdal
* Cleanup laszip port file
* [laszip] Use LASZIP_BUILD_STATIC
* [pdal] Bump version to include new dependency laszip
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 1065a5c2d..ebb658c90 100644 --- a/ports/pdal/CONTROL +++ b/ports/pdal/CONTROL @@ -1,4 +1,4 @@ Source: pdal
-Version: 1.7.1-2
+Version: 1.7.1-3
Description: PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.
-Build-Depends: gdal, geos, jsoncpp, libgeotiff
+Build-Depends: gdal, geos, jsoncpp, libgeotiff, laszip
|
