From 9aede032f41a5e21853ff805b791e1d46f62e041 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 22 Jan 2013 22:25:13 +0100 Subject: [PATCH 2/3] Added cmake 2.8.8 support. --- cmake/CMakeLists.txt | 1 + 1 Datei geändert, 1 Zeile hinzugefügt(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 000acda..0459695 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -4,6 +4,7 @@ project(dbus) CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4 FATAL_ERROR) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) + cmake_policy(SET CMP0002 OLD) endif(COMMAND cmake_policy) # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked -- 1.7.10.4