Skip to content

Commit

Permalink
[libLAS] Remove dependency on all of boost (#21042)
Browse files Browse the repository at this point in the history
  • Loading branch information
calumr committed Nov 5, 2021
1 parent 8831ef2 commit 9266aa1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ports/liblas/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "liblas",
"version-string": "1.8.1",
"port-version": 7,
"port-version": 8,
"description": "A C/C++ library for reading and writing the very common LAS LiDAR format.",
"dependencies": [
"boost",
"boost-detail",
"boost-filesystem",
"boost-interprocess",
"boost-iostreams",
"boost-lambda",
"boost-multi-index",
"boost-program-options",
"boost-system",
"boost-thread",
"boost-uuid",
"libgeotiff"
],
"features": {
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3558,7 +3558,7 @@
},
"liblas": {
"baseline": "1.8.1",
"port-version": 7
"port-version": 8
},
"liblbfgs": {
"baseline": "1.10",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/liblas.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cab66222be9c25d617f6da9160ca930e0cb069dd",
"version-string": "1.8.1",
"port-version": 8
},
{
"git-tree": "508c56fc68703c0cf2b2c7fe99895fa6cfee5c6a",
"version-string": "1.8.1",
Expand Down

0 comments on commit 9266aa1

Please sign in to comment.