From 1ed4cd3644504c9bd3024bc680062e4e370975cd Mon Sep 17 00:00:00 2001
From: Marek Roszko <mark.roszko@gmail.com>
Date: Mon, 5 Jun 2023 21:03:25 -0400
Subject: [PATCH] Bump vcpkg for opencascade

---
 vcpkg-configuration.json | 2 +-
 vcpkg.json               | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json
index 73e04315bd..2d87cf9a0d 100644
--- a/vcpkg-configuration.json
+++ b/vcpkg-configuration.json
@@ -9,7 +9,7 @@
     {
       "kind": "git",
       "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
-      "baseline": "3bc244ccb3a4641941aa5e91cc7ec7e2caa2c658",
+      "baseline": "26ab49d089516202a4c7e591cb9328febd0fc755",
       "packages": [
         "glew",
         "python3",
diff --git a/vcpkg.json b/vcpkg.json
index 88c6d481b7..18b2f16f63 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -26,7 +26,10 @@
     },
     "harfbuzz",
     "glm",
-    "opencascade",
+    {
+      "name": "opencascade",
+      "features": [ "rapidjson" ]
+    },
     "opengl",
     "python3",
     "openssl",