From c8d8e4cb6b59c643d3700ac8cdd4981e7f6020c8 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 31 Jul 2010 04:08:25 +0200 Subject: [PATCH] Buildsystem/CMake : Adjust CMake policy to allow reusing logical targetnames Closes issue 3167 --HG-- branch : trunk --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) #