diff options
author | click <none@none> | 2010-07-31 05:36:05 +0200 |
---|---|---|
committer | click <none@none> | 2010-07-31 05:36:05 +0200 |
commit | 60b119e0cafc1d0bc89bf81e81be00856b0ae42d (patch) | |
tree | ac2dfd9d0d4c119638a64a38554d036c4419fb5e /CMakeLists.txt | |
parent | 7e4235ac086093e6cffc10213ca41d7d059cc082 (diff) |
Buildsystem/CMake: Revert changes from r0fa0512527 and use the proper checks (fix logic-error in buildfile)
--HG--
branch : trunk
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 114e8ccca75..cde22deeaf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,6 @@ project(TrinityCore) # CMake policies cmake_minimum_required(VERSION 2.6) -cmake_policy(SET CMP0002 OLD) cmake_policy(SET CMP0005 OLD) # |