mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
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>
22 lines
361 B
JSON
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"
|
|
}
|
|
]
|
|
}
|