Re: [PATCH] Fail early if libsm is not installed

2014-01-08 Thread Aurélien Gâteau
Le dimanche 29 décembre 2013 14:42:53 David Faure a écrit : > On Thursday 19 December 2013 18:10:11 Aurélien Gâteau wrote: > > Hi, > > > > Attached patch causes cmake to fail early if libsm is not installed, > > rather > > than waiting until we try to build code using it. > > > > This patch also

Re: [PATCH] Fail early if libsm is not installed

2013-12-29 Thread David Faure
On Thursday 19 December 2013 18:10:11 Aurélien Gâteau wrote: > Hi, > > Attached patch causes cmake to fail early if libsm is not installed, rather > than waiting until we try to build code using it. > > This patch also removes buggy calls to set_package_properties(). I found > out calling set_pac

Re: [PATCH] Fail early if libsm is not installed

2013-12-19 Thread Aurélien Gâteau
Forgot to mention: this is for kde4support. Le jeudi 19 décembre 2013 18:10:11 Aurélien Gâteau a écrit : > Hi, > > Attached patch causes cmake to fail early if libsm is not installed, rather > than waiting until we try to build code using it. > > This patch also removes buggy calls to set_packag

[PATCH] Fail early if libsm is not installed

2013-12-19 Thread Aurélien Gâteau
r the needs of kde4support, but can be duplicated or factorized later. Aurélien >From 03f64b79f93336b02e9afcd5aacc595395d938f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Thu, 19 Dec 2013 17:52:24 +0100 Subject: [PATCH] Fail early if libsm is not installed Also