From 32873bcf6cc1d63a7c8c797a1321a4aedbcf8dd6 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 25 Oct 2012 15:47:43 +0200
Subject: [PATCH] This finally fixes #21.

---
 BaseLib/zlib/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseLib/zlib/CMakeLists.txt b/BaseLib/zlib/CMakeLists.txt
index 93af750c457..4152a4e824c 100644
--- a/BaseLib/zlib/CMakeLists.txt
+++ b/BaseLib/zlib/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.4.4)
 set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
-
+cmake_policy(SET CMP0003 NEW)
 project(zlib C)
 
 set(ZLIB_VERSION "1.2.7")
-- 
GitLab