From 78cb9eb93eae7457d79a0bfeb529e7da34ce9958 Mon Sep 17 00:00:00 2001 From: Evili del Rio Silvan <erio@iri.upc.edu> Date: Mon, 5 Mar 2012 11:30:25 +0000 Subject: [PATCH] Testing svnadmin autopack hook --- CMakeLists_template.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists_template.txt b/CMakeLists_template.txt index 4e84928..b8e3152 100755 --- a/CMakeLists_template.txt +++ b/CMakeLists_template.txt @@ -1,6 +1,7 @@ # Pre-requisites about cmake itself CMAKE_MINIMUM_REQUIRED(VERSION 2.4) + if(COMMAND cmake_policy) cmake_policy(SET CMP0005 NEW) cmake_policy(SET CMP0003 NEW) -- GitLab