trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2014

Re: [trinity-devel] CMake CMP0046 changes

From: Slávek Banko <slavek.banko@...>
Date: Thu, 6 Nov 2014 00:37:19 +0100
On Monday 06 of October 2014 06:10:18 Timothy Pearson wrote:
> Slavek, all,
>
> When building TDE on Debian Jessie I have run into several instances where
> tdebase FTBFS due to the recent changes in CMake policy CMP0046.  Setting
> the OLD behavior repairs the problem.
>
> Are there any drawbacks to setting CMP0046 OLD globally?  If not can one
> of the CMake gurus here please push a proper patch to the cmake module
> ASAP?
>
> Thanks!
>
> Tim
>

I watched the all builds if it will occur yet another case CMP0046. I noticed 
only one - in Konversation. The patch is a single line. Push or wait?

index 5e48cd1..49c5ef1 100644
--- a/konversation/src/linkaddressbook/CMakeLists.txt
+++ b/konversation/src/linkaddressbook/CMakeLists.txt
@@ -33,6 +33,6 @@ tde_add_library( linkaddressbookui STATIC_PIC AUTOMOC
     addressbook.cpp nicklisttooltip.cpp
     nicksonlinetooltip.cpp kimiface.skel
     addresseeitem.cpp
-  DEPENDENCIES konversationconfig
+  DEPENDENCIES konversationconfig-static
 )
 
-- 
Sl�vek