From 3a4d61bf784aecf04871b5dca0d0f68e1e3cdf31 Mon Sep 17 00:00:00 2001 From: brysma1 Date: Tue, 7 Jan 2025 21:26:38 -0500 Subject: [PATCH] Update BUILD.md --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index ab828a23..6d511f26 100644 --- a/BUILD.md +++ b/BUILD.md @@ -121,8 +121,8 @@ This section refers to running `cmake -S...` (truncated). * Add the following and try running the command again: * `-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON` * Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set. - * Add the following and try running the command again: - * `-DVCPKG_FORCE_SYSTEM_BINARIES=1` + * Execute the folowing and then try running the command again: + * `VCPKG_FORCE_SYSTEM_BINARIES=1` * If you are getting a random error, read the [package-name-and-platform]-out.log and [package-name-and-platform]-err.log for the actual reason to see if you might be lacking the headers from a dependency.