[cmake-developers] [CMake 0013263]: SOURCES target property (get_property()) has very inconsistent result - wildly differing path specifications

2012-06-01 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.itk.org/Bug/view.php?id=13263 == Reported By:Andreas Mohr Assigned To:

Re: [cmake-developers] ninja failing CompileCommandOutput

2012-06-01 Thread Bill Hoffman
On 5/30/2012 1:37 PM, Stephen Kelly wrote: Bill Hoffman wrote: Looks like there is one more left: http://open.cdash.org/testDetails.php?test=146498578build=2319638 Hmm, I'm not sure how to solve this. It seems like the full path to the compiler with backslashes doesn't have its

Re: [cmake-developers] ninja failing CompileCommandOutput

2012-06-01 Thread Brad King
On 06/01/2012 12:22 PM, Bill Hoffman wrote: Can you explain to me what this test actually does? I guess it is running a compile command without the build tool? Looks like you are using a c++ program to run the compiler. I think you need to go to POSIXs paths to run the command and that

[cmake-developers] visual studio usage

2012-06-01 Thread J Decker
shouldn't cmake use 'msbuild' instead of 'devenv.com' or 'devenv.exe'? I have a feeling that would solve one of my issues with visual studio, in that after building a long chain of cmake projects using visual studio, all of the most recent project references are updated to being the projects that