From 6cdfd4b1356293c267d2cb6371b299932059cca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 13 Oct 2024 09:51:23 +0200 Subject: [PATCH] Move mo2-cmake to standalone feature. --- vcpkg.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 2cfaf9f..0df199f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,10 @@ { - "dependencies": ["mo2-cmake"], + "features": { + "standalone": { + "description": "Build Standalone.", + "dependencies": ["mo2-cmake"] + } + }, "vcpkg-configuration": { "default-registry": { "kind": "git",