-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
This commit is contained in:
Alex Neundorf 2013-06-30 11:16:02 +02:00
parent 377e0d72f3
commit a99fb9d901

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.10.1)
cmake_minimum_required(VERSION 2.8.11)
project(plasma)