diff --git a/CMakeLists.txt b/CMakeLists.txt index 81e0e33a2..b7b5ad60e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)