Buildsystem/CMake : Adjust CMake policy to allow reusing logical targetnames

Closes issue 3167

--HG--
branch : trunk
This commit is contained in:
click
2010-07-31 04:08:25 +02:00
parent cf4d89990e
commit c8d8e4cb6b

View File

@@ -12,6 +12,7 @@ project(TrinityCore)
# CMake policies
cmake_minimum_required(VERSION 2.6)
cmake_policy(SET CMP0002 OLD)
cmake_policy(SET CMP0005 OLD)
#