diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-17 11:50:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-17 11:50:23 +0000 |
| commit | 17963880de0e953caac62c7dafc59cfeb06d9f0d (patch) | |
| tree | 3b27a3fbdd7bf0c8675bae8a2b278b564f8e0384 /src/plugins/General/notifier | |
| parent | d787dda4d47786a4e756f04bff8693f653e8bb85 (diff) | |
| download | qmmp-17963880de0e953caac62c7dafc59cfeb06d9f0d.tar.gz qmmp-17963880de0e953caac62c7dafc59cfeb06d9f0d.tar.bz2 qmmp-17963880de0e953caac62c7dafc59cfeb06d9f0d.zip | |
cmake 2.6 support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@374 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier')
| -rw-r--r-- | src/plugins/General/notifier/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt index 76400d1e9..cc6fd0796 100644 --- a/src/plugins/General/notifier/CMakeLists.txt +++ b/src/plugins/General/notifier/CMakeLists.txt @@ -2,6 +2,11 @@ project(libnotifier) cmake_minimum_required(VERSION 2.4.0) +if(COMMAND cmake_policy) +cmake_policy(SET CMP0003 NEW) +endif(COMMAND cmake_policy) + + # qt plugin ADD_DEFINITIONS( -Wall ) ADD_DEFINITIONS(${QT_DEFINITIONS}) |
