Skip to content

Commit

Permalink
add vcpkg baseline ref
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljonsson committed Oct 16, 2023
1 parent d960917 commit d220171
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
"name": "libapr",
"version-string": "0.0.1",
"dependencies": [
"blosc",
"hdf5",
"szip",
"gtest",
"tiff"
]
}
{
"name": "blosc"
},
{
"name": "hdf5",
"version>=": "1.8.20"
},
{
"name": "szip"
},
{
"name": "tiff",
"version>=": "4.0"
}
],
"builtin-baseline": "486a4640db740f5994e492eb60748111dfc48de7"
}

0 comments on commit d220171

Please sign in to comment.