From c9bd3a21b3bcc88efe72e8d05fb8fac905c392bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Mon, 7 Jul 2025 07:47:23 +0200 Subject: [PATCH] Remove mo2-cmake from non-standalone VCPKG dependencies. (#12) --- src/gamebryo/game_gamebryo_en.ts | 2 +- vcpkg.json | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/gamebryo/game_gamebryo_en.ts b/src/gamebryo/game_gamebryo_en.ts index 80eed706..add224dc 100644 --- a/src/gamebryo/game_gamebryo_en.ts +++ b/src/gamebryo/game_gamebryo_en.ts @@ -137,7 +137,7 @@ QObject - + Some of your plugins have invalid names! These plugins can not be loaded by the game. Please see mo_interface.log for a list of affected plugins and rename them. diff --git a/vcpkg.json b/vcpkg.json index 2767289e..2ee9a555 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,16 @@ { - "dependencies": ["mo2-cmake", "lz4", "zlib"], + "dependencies": [ + "lz4", + "zlib" + ], + "features": { + "standalone": { + "description": "Build Standalone.", + "dependencies": [ + "mo2-cmake" + ] + } + }, "vcpkg-configuration": { "default-registry": { "kind": "git", @@ -11,7 +22,9 @@ "kind": "git", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", "baseline": "8beb2e0efa9c17dd6d17bb05288dd1e40727f673", - "packages": ["mo2-*"] + "packages": [ + "mo2-*" + ] } ] }