Replies: 1 comment 3 replies
-
|
You need to set this variable in the triplet, too. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During compilation, I specified VCPKG_CHAINLOAD_TOOLCHAIN_FILE and configured the correct build tools in toolchain.cmake. However, vcpkg failed when compiling the third-party package SQLite3, as VCPKG_CHAINLOAD_TOOLCHAIN_FILE appears not to have been passed.
It only worked correctly after I set VCPKG_CHAINLOAD_TOOLCHAIN_FILE in the custom triplet. Is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions