You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -120,6 +120,9 @@ This section refers to running `cmake -S...` (truncated).
120
120
* Compiling failed during rebuild after `git pull` with an error that mentions RPATH
121
121
* Add the following and try running the command again:
122
122
*`-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON`
123
+
* Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set.
124
+
* Execute the folowing and then try running the command again:
125
+
*`export VCPKG_FORCE_SYSTEM_BINARIES=1`
123
126
* 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.
0 commit comments