From a5179570fcd42adbac5a0ca263836dd6a317a816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 13 Oct 2024 09:51:33 +0200 Subject: [PATCH] Move mo2-cmake to standalone feature. --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 4a8c5c2c..013a1387 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -12,7 +12,6 @@ "boost-thread", "boost-uuid", "lz4", - "mo2-cmake", "mo2-libbsarch", "zlib" ], @@ -20,6 +19,7 @@ "standalone": { "description": "Build Standalone.", "dependencies": [ + "mo2-cmake", "mo2-archive", "mo2-bsatk", "mo2-esptk",