forked from fmtlib/fmt
Stop newer CMake's from warning about OLD policy
This commit is contained in:
committed by
Victor Zverovich
parent
5c0d7ee157
commit
ea2cf449f7
@ -3,7 +3,7 @@ message(STATUS "CMake version: ${CMAKE_VERSION}")
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
if (POLICY CMP0048) # Version variables
|
||||
cmake_policy(SET CMP0048 OLD)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
endif ()
|
||||
|
||||
if (POLICY CMP0063) # Visibility
|
||||
|
Reference in New Issue
Block a user