mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-27 03:21:34 +00:00
Remove unused policy setting
This commit is contained in:
parent
a16ca84346
commit
a92205be9c
@ -1,10 +1,5 @@
|
|||||||
message(STATUS "CMake version: ${CMAKE_VERSION}")
|
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)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
|
|
||||||
# Set the default CMAKE_BUILD_TYPE to Release.
|
# Set the default CMAKE_BUILD_TYPE to Release.
|
||||||
|
Loading…
Reference in New Issue
Block a user