Don't do the Mac policy for now, it upsets pre-3.0 CMake.

I don't want to bump requirements to CMake 3 yet.
This commit is contained in:
Ryan C. Gordon 2016-04-02 21:54:38 -04:00
parent 9c5fa5f0fc
commit 74a7321a7f

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
project(SeriousEngine)
# Set @rpath for Mac OS X shared library install names.
cmake_policy(SET CMP0042 NEW)
#cmake_policy(SET CMP0042 NEW)
# Set up some sanity stuff...