-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDL2 supports CMake natively and installs an SDL2Config.cmake file. Hence we do not need a find module. The custom module was not handling linking to macOS frameworks, which was hard coded into client CMakeLists.txt instead. Just switch to the native module, which does all of this for us natively. See #2075.
- Loading branch information
Showing
2 changed files
with
5 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.