From c14c9dc13e3b6b4805e4fb8af54cb1b6f7dca4e2 Mon Sep 17 00:00:00 2001 From: brysma1 Date: Tue, 7 Jan 2025 09:37:55 -0500 Subject: [PATCH] Fixed typo --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 0357c040..ab828a23 100644 --- a/BUILD.md +++ b/BUILD.md @@ -120,7 +120,7 @@ This section refers to running `cmake -S...` (truncated). * Compiling failed during rebuild after `git pull` with an error that mentions RPATH * Add the following and try running the command again: * `-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON` -* Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must ve set. +* Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set. * Add the following and try running the command again: * `-DVCPKG_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.