From a99fb9d901fea9fbc9c785ae1fcd3abac86232dc Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sun, 30 Jun 2013 11:16:02 +0200 Subject: [PATCH] -require cmake 2.8.11 plasma-frameworks doesn't seem to build with 2.8.10.1: qt5/include/QtCore/qglobal.h:975:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC or -fPIE." This is most probably related to all the target-property related work from Stephen in CMake 2.8.11. Alex --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49fffb833..23c7a9812 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 2.8.10.1) +cmake_minimum_required(VERSION 2.8.11) project(plasma)