Skip to content

Commit

Permalink
remove version specification for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljonsson committed Oct 16, 2023
1 parent 6853443 commit 1e27c7a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@
"name": "libapr",
"version-string": "2.1.0",
"dependencies": [
{
"name": "blosc"
},
{
"name": "hdf5",
"version>=": "1.12.2"
},
{
"name": "szip"
},
{
"name": "tiff",
"version>=": "4.6.0"
}
"blosc",
"hdf5",
"szip",
"tiff"
],
"builtin-baseline": "486a4640db740f5994e492eb60748111dfc48de7"
}

0 comments on commit 1e27c7a

Please sign in to comment.