[cmake-developers] [CMake 0012918]: CMake wrongly generates x64 VC10 project files when Boost default stage folder is used for x32

2012-01-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12918 == Reported By:TTAN Assigned To: ===

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

Re: [cmake-developers] target_include_directories branch in stage

2012-01-29 Thread Stephen Kelly
David Cole wrote: > OK... nearly complete now. Please review, then reply and tell me if > you object to any of the 7 commits in this topic branch. No objections. They all seem fine. > Steve, I've > preserved your authorship for most of these commits, but have > significantly re-written some of th

Re: [cmake-developers] Support for imported targets in CMAKE_REQUIRED_LIBRARIES

2012-01-29 Thread Alexander Neundorf
On Monday 23 January 2012, Brad King wrote: > On 1/21/2012 5:58 PM, Alexander Neundorf wrote: > > To get the link line I moved code from > > cmLocalGenerator::OutputLinkLibraries() into a separate function > > GetLinkLine(cmTarget, cmComputeLinkInformation). > > > But before I get there I get a se