From: Gunnar Beutner Date: Thu, 14 Apr 2016 12:12:25 +0000 (+0200) Subject: Remove cmake_policy call X-Git-Tag: v2.5.0~396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bff4a139bd4e0b3ebf03a91ad7544693e64a22d5;p=icinga2 Remove cmake_policy call refs #11449 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8212675ed..f64ddee4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,6 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. cmake_minimum_required(VERSION 2.6) -cmake_policy(SET CMP0026 OLD) set(BOOST_MIN_VERSION "1.41.0") project(icinga2)