From 19a75136cfa90eecd2107df457622080934bf65c Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Sun, 17 Sep 2017 08:41:29 -0700 Subject: [PATCH] idk what this does i dont care --- src/NativePresets/CMakeLists.txt | 2 +- src/projectM-sdl/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NativePresets/CMakeLists.txt b/src/NativePresets/CMakeLists.txt index 0c246b27d..6812e57a9 100644 --- a/src/NativePresets/CMakeLists.txt +++ b/src/NativePresets/CMakeLists.txt @@ -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) diff --git a/src/projectM-sdl/CMakeLists.txt b/src/projectM-sdl/CMakeLists.txt index 64c2febda..6f443791d 100644 --- a/src/projectM-sdl/CMakeLists.txt +++ b/src/projectM-sdl/CMakeLists.txt @@ -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)