Cleaning up KDevelop's CMake

David Faure faure at kde.org
Wed Jan 15 08:36:53 UTC 2014


On Tuesday 10 December 2013 00:38:41 Milian Wolff wrote:
> From reading the docs, I cannot figure out what this means nor what I
> should  do to get rid of these warnings. Should I just replace this by
> INTERFACE_LINK_LIBRARIES? But that cannot be backwards-compatible with
> older  CMake versions, or?

I'm no expert, but given the complete lack of reply, let me try....

I think the choices are
1) set the policy CMP0022 to OLD, to silence the warning so that the code 
keeps working with older cmake versions
2) fix the code and require cmake 2.8.12

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5



More information about the Kde-buildsystem mailing list