mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Fix CMake warning
This commit is contained in:
parent
8273855067
commit
e392eea160
@ -1,3 +1,8 @@
|
||||
if (CMAKE_MAJOR_VERSION GREATER 2 AND CMAKE_MINOR_VERSION GREATER 0)
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user