[cmake-developers] [CMake 0012910]: FindUncoveredFiles(): Uncovered files only searched in source tree

2012-01-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12910 == Reported By:Andreas Schuh Assigned To:

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-23 Thread Michael Wild
On 01/24/2012 05:50 AM, Alan W. Irwin wrote: > The documentation you get from > > cmake --help-full > > refers to the IMPORTED_LOCATION property as one of the more important > ones set for imported targets. I have to agree that location is the > most important property for imported targets, but

[cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-23 Thread Alan W. Irwin
The documentation you get from cmake --help-full refers to the IMPORTED_LOCATION property as one of the more important ones set for imported targets. I have to agree that location is the most important property for imported targets, but the name appears to be wrong for the documentation of this

Re: [cmake-developers] target_include_directories branch in stage

2012-01-23 Thread Stephen Kelly
David Cole wrote: > On Fri, Jan 20, 2012 at 3:20 PM, Stephen Kelly > wrote: >> >> Hi, >> >> I've force pushed my branch: >> >> https://gitorious.org/~steveire/cmake/steveires-cmake/commits/target- >> include-directories >> >> Brad King wrote: >> >>> On 1/8/2012 11:47 AM, Stephen Kelly wrote:

[cmake-developers] [CMake 0012909]: rc.exe cannot find generated type library, Visual Studio 10 builder

2012-01-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12909 == Reported By:James Mansion Assigned To:

Re: [cmake-developers] target_include_directories branch in stage

2012-01-23 Thread David Cole
On Fri, Jan 20, 2012 at 3:20 PM, Stephen Kelly wrote: > > Hi, > > I've force pushed my branch: > > https://gitorious.org/~steveire/cmake/steveires-cmake/commits/target- > include-directories > > Brad King wrote: > >> On 1/8/2012 11:47 AM, Stephen Kelly wrote: >>> On 12/05/2011 03:17 PM, Brad King

[cmake-developers] [CMake 0012908]: Emacs cmake mode indents incorrectly after multiline SET()

2012-01-23 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12908 == Reported By:Christopher Sean Morrison Assigned T

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

2012-01-23 Thread Brad King
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 segfault: [snip] It crashes in cmTarget::ComputeLinkClosure() b