From f34d4410328dbbeb9d018ccbc75351325691ac8f Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 10 Jun 2008 16:33:30 +0200 Subject: [PATCH] Disable disabling of cmake-2.4 related warnings in cmake-2.6 -_- --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46f4c75b..2490abd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,10 @@ project(QuasselIRC) cmake_minimum_required(VERSION 2.4.5) -cmake_policy(SET CMP0003 OLD) # suppress linker warnings + +# This would suppress annoying warnings on cmake-2.6, but we can't use it +# with 2.4, so... DUH! +# cmake_policy(SET CMP0003 OLD) # suppress linker warnings if(STATICWIN) set(CMAKE_BUILD_TYPE Release) -- 2.20.1