Skip to content

Remove warnings for deprecated constructs/variables#128

Merged
MarkSchofield merged 1 commit intomainfrom
mschofie/remove-warnings
Feb 19, 2025
Merged

Remove warnings for deprecated constructs/variables#128
MarkSchofield merged 1 commit intomainfrom
mschofie/remove-warnings

Conversation

@MarkSchofield
Copy link
Copy Markdown
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
InCom-0 pushed a commit to InCom-0/cmake_WindowsToolchain that referenced this pull request Mar 10, 2026
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