From 4804e64e062c9b9d1d528fc09be1bea356213b82 Mon Sep 17 00:00:00 2001 From: William Tan <1284324+Ninja3047@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:46:38 -0500 Subject: [PATCH] move NOTE to correct section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02eb2e..cc316e3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A utility library to bridge llvm and mlir gaps. ## Build & Configure +NOTE: if using the vcpkg preset, `VCPKG_ROOT` must be set to the root directory of the vcpkg instance ``` cmake --preset ninja-multi-vcpkg @@ -16,7 +17,6 @@ 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