Re: [CMake] Cannot set CMP0022 to OLD

2013-12-14 Thread Stephen Kelly
Andreas Pakulat wrote: > Anyway, I've now stripped it down as much as I can (without diving into > the wilderness of FindKDE4Internal) and also added the observations I've > made while stripping it. So its definetly somewhat related to the magics > that the KDE4 module does. It's related to the s

Re: [CMake] Cannot set CMP0022 to OLD

2013-12-14 Thread Stephen Kelly
Stephen Kelly wrote: > Your options are: Option 3 is to depend on CMake 2.8.9+ and port away from the use of target_link_libraries with LINK_INTEFACE_LIBRARIES and use LINK_PUBLIC and LINK_PRIVATE instead: @@ -17,10 +18,9 @@ cmake_policy(SET CMP0022 OLD) kde4_add_library(sublime SHARED ${su

Re: [CMake] Embedding html in CDash output

2013-12-14 Thread Alexander Neundorf
On Friday 13 December 2013, Nils Gladitz wrote: > On 13.12.2013 16:05, Pere Mato Vila wrote: > > Hi, > > > >I would like to generate build errors (and/or test output) including > >html tags, in particular adding some links associated to some text. > >Such that on CDash I could click d

Re: [CMake] suggested or best-practice for independent subproject library

2013-12-14 Thread Mateusz Loskot
(I'm picking up a few months old thread, which seems to have not received any answer) Jeet Sukumaran wrote > I have a project that includes (and is dependent on) some independent > sub-projects, e.g. > > "project1"/ > CMakeLists.txt > src/ > library1/ >

Re: [CMake] Cannot set CMP0022 to OLD

2013-12-14 Thread Andreas Pakulat
Hi, On Sat, Dec 14, 2013 at 2:58 PM, Stephen Kelly wrote: > Andreas Pakulat wrote: > > > Anyway, I've now stripped it down as much as I can (without diving into > > the wilderness of FindKDE4Internal) and also added the observations I've > > made while stripping it. So its definetly somewhat rel