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

Upgrade required CMake to 3.24 #1929

Merged

Commits on Jul 9, 2024

  1. Upgrade required CMake to 3.24

    This change updates the minimum required CMake to 3.24. It also removes a workaround needed for CMake 3.16 that required tricking CMake into thinking the `.mm` file was a CXX file instead of ObjC++.
    
    With newer CMake versions, this can implicitly be handled as long as the `.mm` file doesn't share a name with an existing CXX file.
    
    Signed-off-by: Dhruv Govil <dgovil2@apple.com>
    dgovil committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1771567 View commit details
    Browse the repository at this point in the history