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.
1.1 --- a/CMakeLists.txt Tue Jan 05 05:38:55 2016 -0500
1.2 +++ b/CMakeLists.txt Tue Jan 05 05:44:32 2016 -0500
1.3 @@ -13,7 +13,7 @@
1.4 # !!! FIXME: properly resolved, this line silences a warning in CMake 3.0+.
1.5 # !!! FIXME: remove it and this comment entirely once the problem is
1.6 # !!! FIXME: properly resolved.
1.7 -cmake_policy(SET CMP0042 OLD)
1.8 +#cmake_policy(SET CMP0042 OLD)
1.9
1.10 include(CheckFunctionExists)
1.11 include(CheckLibraryExists)