Remove unused policy setting

This commit is contained in:
Victor Zverovich 2015-02-17 14:42:11 -08:00
parent a16ca84346
commit a92205be9c

View File

@ -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.