From a92205be9c4547595b9e5dea116b7a7464938b97 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 17 Feb 2015 14:42:11 -0800 Subject: [PATCH] Remove unused policy setting --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b29ed8c..434b8bd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,5 @@ message(STATUS "CMake version: ${CMAKE_VERSION}") -if (POLICY CMP0054) - # Only interpret `if` arguments as variables or keywords when unquoted. - cmake_policy(SET CMP0054 NEW) -endif () - cmake_minimum_required(VERSION 2.6) # Set the default CMAKE_BUILD_TYPE to Release.