diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-14 16:17:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-14 16:17:28 +0000 |
| commit | 4a80476a45075876fb952f814becd8f036d881a3 (patch) | |
| tree | d1eaeec30e2a43845951db58f338fab3e0dfff17 /src/plugins/General/hotkey | |
| parent | 89507ce77a679afae034390357b8f770fa450c16 (diff) | |
| download | qmmp-4a80476a45075876fb952f814becd8f036d881a3.tar.gz qmmp-4a80476a45075876fb952f814becd8f036d881a3.tar.bz2 qmmp-4a80476a45075876fb952f814becd8f036d881a3.zip | |
fixed build regression (Fixes issue 577)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3252 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey')
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 091580354..62845b042 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -2,6 +2,8 @@ project(libhotkey) cmake_minimum_required(VERSION 2.4.7) +INCLUDE(CheckIncludeFile) + if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) |
