idk what this does i dont care

This commit is contained in:
Mischa Spiegelmock
2017-09-17 08:41:29 -07:00
parent 675602d8b9
commit 19a75136cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
project(NativePresets)
cmake_minimum_required(VERSION 2.4.0)
cmake_policy(SET CMP0005 OLD)
cmake_policy(SET CMP0005 NEW)
include(FindPkgConfig.cmake)

View File

@ -2,7 +2,7 @@ PROJECT(projectM-sdl)
# no fucking idea wtf dont care
cmake_minimum_required(VERSION 2.4.0)
cmake_policy(SET CMP0005 OLD)
cmake_policy(SET CMP0005 NEW)
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)