Update BUILD.md

This commit is contained in:
brysma1 2025-01-07 21:26:38 -05:00 committed by GitHub
parent c14c9dc13e
commit 3a4d61bf78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,8 +121,8 @@ This section refers to running `cmake -S...` (truncated).
* Add the following and try running the command again: * Add the following and try running the command again:
* `-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON` * `-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON`
* Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set. * Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set.
* Add the following and try running the command again: * Execute the folowing and then try running the command again:
* `-DVCPKG_FORCE_SYSTEM_BINARIES=1` * `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. * 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.