mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-19 01:24:53 -05:00
* Refactor: add MACOSX_BUNDLE option to qt_add_executable in multiple CMakeLists.txt files * #14045 macOS: Guard std::stacktrace usage and skip ucontext on Apple platforms * #14045 macOS: Guard std::ispanstream with std::istringstream fallback * #14045 macOS: Add vcpkg overlay triplets for osx and exclude grpc on osx * #14045 macOS: CMake macOS build support and openzgy OpenMP-disable patch * #14045 CI: Add macOS build workflow * #14045 macOS: Use feature-test macros to detect <stacktrace> and <spanstream> * #14045 macOS: Make MAX_STIMPLAN_LAYERS constexpr to fix arm64 link error * #14045 CI: Ship README-macOS.txt with artifact to document Gatekeeper workaround * #14045 CI: Pin macOS runner to macos-14 and set deployment target to 14.0 * #14045 CI: Move macOS runner to macos-15 and fix README step on configure failure
18 lines
433 B
JSON
18 lines
433 B
JSON
{
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"baseline": "84bab45d415d22042bd0b9081aea57f362da3f35",
|
|
"repository": "https://github.com/microsoft/vcpkg"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "artifact",
|
|
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
|
|
"name": "microsoft"
|
|
}
|
|
],
|
|
"overlay-triplets": [
|
|
"ThirdParty/vcpkg-overlay-triplets"
|
|
]
|
|
}
|