mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-08 00:15:16 +00:00
idk what this does i dont care
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user