We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71458f7 commit c88db12Copy full SHA for c88db12
src/NativePresets/CMakeLists.txt
@@ -1,6 +1,6 @@
1
project(NativePresets)
2
cmake_minimum_required(VERSION 2.4.0)
3
-cmake_policy(SET CMP0005 OLD)
+cmake_policy(SET CMP0005 NEW)
4
5
include(FindPkgConfig.cmake)
6
src/projectM-sdl/CMakeLists.txt
@@ -2,7 +2,7 @@ PROJECT(projectM-sdl)
# no fucking idea wtf dont care
if(COMMAND cmake_policy)
7
cmake_policy(SET CMP0003 NEW)
8
endif(COMMAND cmake_policy)
0 commit comments