From 4a80476a45075876fb952f814becd8f036d881a3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 14 Feb 2013 16:17:28 +0000 Subject: 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 --- src/plugins/General/hotkey/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit v1.2.3-13-gbd6f