Files
ResInsight/vcpkg.json
T
Kristian BendiksenandMagne Sjaastad d80ada607f #11807 Upgrade to Clipper2
Replaces the deprecated Clipper library with the actively maintained Clipper2 library.

Removes the local copy of the Clipper library and uses vcpkg to manage the dependency.

Fixes #11807

Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2026-01-07 16:07:09 +01:00

22 lines
361 B
JSON

{
"dependencies": [
"arrow",
"boost-filesystem",
"boost-spirit",
"boost-test",
"clipper2",
"eigen3",
"grpc",
"type-lite",
"fast-float",
"spdlog",
"pugixml"
],
"overrides": [
{
"name": "fmt",
"version": "10.1.1"
}
]
}