diff options
author | click <none@none> | 2010-07-31 04:08:25 +0200 |
---|---|---|
committer | click <none@none> | 2010-07-31 04:08:25 +0200 |
commit | c8d8e4cb6b59c643d3700ac8cdd4981e7f6020c8 (patch) | |
tree | aab8ac7dd89c64929d3fa039809b57cb1dd5ae97 /CMakeLists.txt | |
parent | cf4d89990e682f5d21331f9ee4e31f4c4084a3f8 (diff) |
Buildsystem/CMake : Adjust CMake policy to allow reusing logical targetnames
Closes issue 3167
--HG--
branch : trunk
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cde22deeaf4..114e8ccca75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,7 @@ project(TrinityCore) # CMake policies cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0002 OLD) cmake_policy(SET CMP0005 OLD) # |