From bff4a139bd4e0b3ebf03a91ad7544693e64a22d5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 14 Apr 2016 14:12:25 +0200 Subject: [PATCH] Remove cmake_policy call refs #11449 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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)