We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I haven't encountered this myself yet but seen folks running into failed attempt of building x64 preset from x86 command prompt or the reverse.
Apparently, there's Platform environment variable set by these command prompts, which can easily identify the target arch type.
Platform
Think we can check this in CMake files and reject some futile attempts.
CMake
The text was updated successfully, but these errors were encountered:
Some examples form Discord: https://discord.com/channels/737189251069771789/740318951766098012/1232341468933259295 https://discord.com/channels/737189251069771789/832305953562427513/1186978705084530688 https://discord.com/channels/737189251069771789/956471101628768336/956471687648526358 (that's all I found quickly, but I didn't do an exhaustive search)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I haven't encountered this myself yet but seen folks running into failed attempt of building x64 preset from x86 command prompt or the reverse.
Apparently, there's
Platform
environment variable set by these command prompts, which can easily identify the target arch type.Think we can check this in
CMake
files and reject some futile attempts.The text was updated successfully, but these errors were encountered: