Is there any way to keep compiler detection and use VCPKG_CHAINLOAD_TOOLCHAIN_FILE
triplet variable?
#43624
Answered
by
Neumann-A
ccpjosephf
asked this question in
Q&A
-
I have things I need to override in a toolchain file EG build configuration settings and other things not settable in a triplet file. However if I set How do I do this while keeping compiler detection? |
Beta Was this translation helpful? Give feedback.
Answered by
Neumann-A
Feb 6, 2025
Replies: 1 comment 7 replies
-
Unless you explicitly disable it compiler detection also runs when |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a *.yaml file in a subdirectory with the corresponding logs of the cmake compiler detection run.
Sounds like the compiler is not on
PATH
? Setting the compiler explicit in the toolchain is generally ok and should be done (unless you use an absolute path)