From 305067ba4a31bc529f1d3c506f957dea55ad51a6 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Thu, 2 Aug 2018 12:03:14 +0530
Subject: [PATCH] Rmeoved deprecated policy.

---
 CMakeLists.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 883a9a0e..531cac20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,12 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
-
 project(moose)
 set(CMAKE_BUILD_TYPE Release)
 
-if(POLICY CMP0048)
-    cmake_policy(SET CMP0048 OLD )
-endif(POLICY CMP0048)
-
 # If from command line, version info is not passed, use the git to generate a
 # version file. If GIT fails, use the previous known version.
 find_program(GIT_EXEC "git")
-- 
GitLab