Skip to content
New issue

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

Warn/block building in wrong command prompt #4639

Open
AlexGuteniev opened this issue Apr 28, 2024 · 1 comment
Open

Warn/block building in wrong command prompt #4639

AlexGuteniev opened this issue Apr 28, 2024 · 1 comment
Labels
build Related to the build system

Comments

@AlexGuteniev
Copy link
Contributor

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.

@StephanTLavavej StephanTLavavej added the build Related to the build system label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to the build system
Projects
None yet
Development

No branches or pull requests

2 participants