Commit 1a398b54 authored by Evgeniy Gerasimenko's avatar Evgeniy Gerasimenko Committed by Victor Zverovich

Fixed CMake CMP0048 warning.

parent 589ccc16
......@@ -2,6 +2,10 @@ message(STATUS "CMake version: ${CMAKE_VERSION}")
cmake_minimum_required(VERSION 2.8.12)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 OLD)
endif ()
# Determine if fmt is built as a subproject (using add_subdirectory)
# or if it is the master project.
set(MASTER_PROJECT OFF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment