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

Conversation

dgovil
Copy link
Contributor

@dgovil dgovil commented Jul 9, 2024

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.

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>
Copy link
Member

@jstone-lucasfilm jstone-lucasfilm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a good improvement to me, thanks @dgovil!

@jstone-lucasfilm jstone-lucasfilm merged commit d866014 into AcademySoftwareFoundation:main Jul 9, 2024
34 checks passed
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.

2 participants