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

Remove warnings for deprecated constructs/variables #128

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

MarkSchofield
Copy link
Owner

WindowsToolchain v0.11.0 got more strict with some of its configuration parameters, and logs warnings when old/incorrect values were being used. This PR removes the accommodation and warnings for the old values. The affected variables are:

  • VS_TOOLSET_VERSION - Use VS_PLATFORM_TOOLSET_VERSION instead.
  • CMAKE_SYSTEM_PROCESSOR - This no longer accepts 'x64' or lower-cased versions of supported values. Supported values are: 'X86', 'AMD64', 'ARM' and 'ARM64'.

The documentation only called out the correct usage, and the example code was already migrated to the correct usage, so this PR just removes the old accommodations.

@MarkSchofield MarkSchofield merged commit 6b2c4cd into main Feb 19, 2025
19 checks passed
@MarkSchofield MarkSchofield deleted the mschofie/remove-warnings branch February 19, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant