CMake: Add CMP0025 policy

This commit is contained in:
Vicki Pfau 2018-04-02 17:01:07 -07:00
parent df4ac1591e
commit 29bf21ac07
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 2.8.11)
if(POLICY CMP0025)
cmake_policy(SET CMP0025 NEW)
endif()
project(mGBA)
set(BINARY_NAME mgba CACHE INTERNAL "Name of output binaries")
if(NOT MSVC)