From 652c0dfc1d3aa4421192c2cd89409ea715545091 Mon Sep 17 00:00:00 2001 From: William Tan <1284324+Ninja3047@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:42:30 -0500 Subject: [PATCH] update README to mention setting VCPKG_ROOT if using preset --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce369fd..b02eb2e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ cmake --build --preset ninja-multi-vcpkg ## Install & Integrate Simply use cmake install infrastructure: +NOTE: if using the vcpkg preset, `VCPKG_ROOT` must be set to the root directory of the vcpkg instance ``` cmake -DCMAKE_INSTALL_PREFIX:PATH= --build --preset ninja-multi-vcpkg --target install