From 90adf28a2f593e40668ac4841774a8f6a2c3626f Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 3 Jun 2016 05:57:30 +0000 Subject: cmake: cleanup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6427 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/PlayListFormats/m3u/CMakeLists.txt | 1 - src/plugins/PlayListFormats/pls/CMakeLists.txt | 1 - src/plugins/PlayListFormats/xspf/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) (limited to 'src/plugins/PlayListFormats') diff --git a/src/plugins/PlayListFormats/m3u/CMakeLists.txt b/src/plugins/PlayListFormats/m3u/CMakeLists.txt index 62aa50d45..9dc362dd9 100644 --- a/src/plugins/PlayListFormats/m3u/CMakeLists.txt +++ b/src/plugins/PlayListFormats/m3u/CMakeLists.txt @@ -1,6 +1,5 @@ project(libm3uplaylistformat) -cmake_minimum_required(VERSION 2.4.7) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) diff --git a/src/plugins/PlayListFormats/pls/CMakeLists.txt b/src/plugins/PlayListFormats/pls/CMakeLists.txt index 03e7ba520..dfedfee76 100644 --- a/src/plugins/PlayListFormats/pls/CMakeLists.txt +++ b/src/plugins/PlayListFormats/pls/CMakeLists.txt @@ -1,6 +1,5 @@ project(libplsplaylistformat) -cmake_minimum_required(VERSION 2.4.7) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) diff --git a/src/plugins/PlayListFormats/xspf/CMakeLists.txt b/src/plugins/PlayListFormats/xspf/CMakeLists.txt index 5e87071a5..4b6cbf0dc 100644 --- a/src/plugins/PlayListFormats/xspf/CMakeLists.txt +++ b/src/plugins/PlayListFormats/xspf/CMakeLists.txt @@ -1,6 +1,5 @@ project(libxspfplaylistformat) -cmake_minimum_required(VERSION 2.4.7) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) -- cgit v1.2.3-13-gbd6f