Re: [cmake-developers] FindImageMagick.cmake backwards compatibility

2012-02-09 Thread Alexander Neundorf
On Monday 30 January 2012, David Cole wrote: ... > From your original post: > > "So when ImageMagick is installed everything behaves as always. But if no > ImageMagick is installed behaviour was this: > > find_package(ImageMagick) -> ImageMagick_FOUND = TRUE" > > This is simply clearly inc

Re: [cmake-developers] FindImageMagick.cmake backwards compatibility

2012-01-30 Thread David Cole
On Sun, Jan 29, 2012 at 5:39 PM, Miguel A. Figueroa-Villanueva wrote: > On Sun, Jan 29, 2012 at 5:58 PM, Rolf Eike Beer wrote: >> While hacking on various Find*.cmake modules I also made some changes to the >> ImageMagick module, and one of them is not really backwards compatible. I >> would consi

Re: [cmake-developers] FindImageMagick.cmake backwards compatibility

2012-01-29 Thread Miguel A. Figueroa-Villanueva
On Sun, Jan 29, 2012 at 5:58 PM, Rolf Eike Beer wrote: > While hacking on various Find*.cmake modules I also made some changes to the > ImageMagick module, and one of them is not really backwards compatible. I > would consider it a bugfix, but you may judge yourself. > > ImageMagick_FOUND was set t

[cmake-developers] FindImageMagick.cmake backwards compatibility

2012-01-29 Thread Rolf Eike Beer
While hacking on various Find*.cmake modules I also made some changes to the ImageMagick module, and one of them is not really backwards compatible. I would consider it a bugfix, but you may judge yourself. ImageMagick_FOUND was set to true if all requested components were found. Not surprising