Bug 316308

Summary: Set cmake_policy(SET CMP0002 OLD) on all projects
Product: [Frameworks and Libraries] telepathy Reporter: David Edmundson <kde>
Component: generalAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: lukas.schneiderbauer, simonandric5, sombragris
Priority: NOR    
Version: git-latest   
Target Milestone: Future   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 0.6.0

Description David Edmundson 2013-03-07 13:51:02 UTC
Tarballs currently fail to build due to a problem caused when we increased the cmake versions. It only affects tarballs as it's something to do with translations.

http://paste.fedoraproject.org/4545/66296813/
and http://paste.ubuntu.com/5593047/

[13:47] <rdieter> ok then, for the win: +cmake_policy(SET CMP0002 OLD)
[13:48] <d_ed> is it worth us doing that upstream for 0.6 properly?
[13:48] <rdieter> d_ed: adding cmake_policy(SET CMP0002 OLD)?  yes
[13:48] <rdieter> if you want folks to be able to build without errors. :)

Currently packagers are adding this line for the beta release. Calligra et al, suffer the same problem.
Comment 1 sombragris 2013-03-09 05:01:28 UTC
I got bitten by this while trying to build 0.5.80. Thanks for taking care of it.
Comment 2 David Edmundson 2013-03-17 14:44:44 UTC
*** Bug 316910 has been marked as a duplicate of this bug. ***