Skip to content

Commit

Permalink
move NOTE to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja3047 committed Jan 2, 2024
1 parent 652c0df commit 4804e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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=<path> --build --preset ninja-multi-vcpkg --target install
Expand Down

0 comments on commit 4804e64

Please sign in to comment.