From f661d9264f20cd1c72647631ae964b91c05dc6d4 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 28 Aug 2010 17:25:54 +0000 Subject: [PATCH] Include CheckCXXCompilerFlag to somehow (?) fix compilation with qt 4.7 on Kubuntu. Fixes issue #667 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 657ab71e0..ad57007cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 2.6) +include(CheckCXXCompilerFlag) include(FindPkgConfig) include(cmake/Version.cmake)