mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
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:
parent
9c5fa5f0fc
commit
74a7321a7f
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue
Block a user