mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 00:25:27 +00:00
CMake: Turned off Mac OS X rpath warning kludge.
Apparently CMake errors out if it doesn't know this policy, and we don't otherwise require CMake 3.0 yet. Sigh.
This commit is contained in:
parent
49e47688b4
commit
bb1e2bd0b5
|
@ -13,7 +13,7 @@ project(SDL2 C)
|
||||||
# !!! FIXME: properly resolved, this line silences a warning in CMake 3.0+.
|
# !!! FIXME: properly resolved, this line silences a warning in CMake 3.0+.
|
||||||
# !!! FIXME: remove it and this comment entirely once the problem is
|
# !!! FIXME: remove it and this comment entirely once the problem is
|
||||||
# !!! FIXME: properly resolved.
|
# !!! FIXME: properly resolved.
|
||||||
cmake_policy(SET CMP0042 OLD)
|
#cmake_policy(SET CMP0042 OLD)
|
||||||
|
|
||||||
include(CheckFunctionExists)
|
include(CheckFunctionExists)
|
||||||
include(CheckLibraryExists)
|
include(CheckLibraryExists)
|
||||||
|
|
Loading…
Reference in a new issue