From 74a7321a7ff462739193fad3004693540315af0d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 2 Apr 2016 21:54:38 -0400 Subject: [PATCH] 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. --- Sources/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CMakeLists.txt b/Sources/CMakeLists.txt index d8cc22a..27fa727 100644 --- a/Sources/CMakeLists.txt +++ b/Sources/CMakeLists.txt @@ -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...