Permalink
Browse files
CMake: Add CMP0025 policy
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+3
−0
CMakeLists.txt
|
|
@@ -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