diff options
author | click <click@gonnamakeyou.com> | 2013-01-29 23:18:25 +0100 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2013-01-29 23:18:25 +0100 |
commit | ea9c6524dd4209c0074faecdf48d53b006fe6f5d (patch) | |
tree | 604553900539e0c3a6c6b0497066bd1178ea6b66 /CMakeLists.txt | |
parent | 76910472d824a409adefc774604653e78c7d1041 (diff) |
Buildsystem/CMake: Revoke commit 7b49da48f9c3c21406fbe350de170757ea6e285f - it creates unwanted results when used with PCh on *nix platforms.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b57ec9adda4..7b075b6ede3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project(TrinityCore) # CMake policies (can not be handled elsewhere) cmake_minimum_required(VERSION 2.8) -cmake_policy(SET CMP0005 NEW) +cmake_policy(SET CMP0005 OLD) # add this options before PROJECT keyword set(CMAKE_DISABLE_SOURCE_CHANGES ON) |