Permalink
Browse files

CMake: Add CMP0025 policy

  • Loading branch information...
endrift committed Apr 3, 2018
1 parent cf3c275 commit 26b809044bc32d633d63dffb7d9fa892a1df3a82
Showing with 3 additions and 0 deletions.
  1. +3 −0 CMakeLists.txt
View
@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.1)
+if(POLICY CMP0025)
+ cmake_policy(SET CMP0025 NEW)
+endif()
project(mGBA)
set(BINARY_NAME mgba CACHE INTERNAL "Name of output binaries")
if(NOT MSVC)

0 comments on commit 26b8090

Please sign in to comment.