Noisy CMake

Cyrille Berger cberger at cberger.net
Mon Apr 28 15:39:53 BST 2014


Hi,

On 2014-04-27 22:27, Adam Pigg wrote:
> My cmake output recently got very noisy.  Does everyone get this or is
> there a fix?

I guess you recently upgraded to CMake 3.0, since the error are in KDE's 
cmake file, the cleanest is to upgrade KDE as well.
An alternative would be to add:

cmake_policy(SET CMP0026 OLD)

in CMakeLists.txt, but I would not recommend adding that to 
CMakeLists.txt (or if we do, have a check for the KDE version that fix 
the policy warning).

-- 
Cyrille Berger Skott



More information about the calligra-devel mailing list