[cmake-developers] ZLIB: improve message when library is found

2011-04-07 Thread Rolf Eike Beer
If you do FIND_PACKAGE(ZLIB) you currently get the include directory printed out (usually /usr/include) which isn't very helpful IMHO. Attached patch changes this so the library is shown. EikeFrom ea681ea84eb35d24952626b53ccf595cbc4e7ca4 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer

Re: [cmake-developers] ZLIB: improve message when library is found

2011-04-07 Thread Brad King
On 04/07/2011 12:24 PM, Rolf Eike Beer wrote: If you do FIND_PACKAGE(ZLIB) you currently get the include directory printed out (usually /usr/include) which isn't very helpful IMHO. Attached patch changes this so the library is shown.