SDL
SDL copied to clipboard
SDL 2.24.0+ compilation error on macOs when generating Xcode project with cmake
trafficstars
I am using SDL in a project, and after updating SDL to version 2.24.0 from 2.0.20, generating the Xcode project using CMake gives build errors

I manage to fix this issue by adapting the SDL CMakeLists.txt here: https://github.com/dashandslash/SDL/tree/fix-compilation-on-osx-with-cmake-xcode-project-generation
Has anyone else had the same issue?
I opened a PR that seems to fix this issue: https://github.com/libsdl-org/SDL/pull/6198
Fixed in https://github.com/libsdl-org/SDL/pull/6455