Skip to content

Commit

Permalink
update README to mention setting VCPKG_ROOT if using preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja3047 committed Jan 2, 2024
1 parent 90adce0 commit 652c0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path> --build --preset ninja-multi-vcpkg --target install
Expand Down

0 comments on commit 652c0df

Please sign in to comment.