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

Enable CMake Flag -W3 as New CMP0092 no Longer Does it Implicitly #97053

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Enable CMake Flag -W3 as New CMP0092 no Longer Does it Implicitly #97053

merged 2 commits into from
Jan 17, 2024

Commits on Jan 16, 2024

  1. Add universal -W3 option to CMakeLists.txt, as the new policy

    CMP0092 no longer adds it by default, and we use it.
    ivdiazsa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a3fc57d View commit details
    Browse the repository at this point in the history
  2. Had not noticed there was already a W3 removal in the compilers'

    configuration. So no need to add another W3, just remove that removal.
    ivdiazsa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bd1a6a6 View commit details
    Browse the repository at this point in the history