Re: [CMake] VS2010 support

2009-07-22 Thread Robert Dailey
Keep up the great work Bill. Looks like they were able to reproduce the issue. Not much you can do until they fix it right? - Robert Dailey On Fri, Jul 10, 2009 at 9:34 AM, Bill Hoffman wrote: > Bill Hoffman wrote: > >> CVS CMake has initial VS 2010 support. Currently the following te

Re: [CMake] VS2010 support

2009-07-10 Thread Bill Hoffman
Bill Hoffman wrote: CVS CMake has initial VS 2010 support. Currently the following tests are failing: 45 - Preprocess (Failed) 56 - CustomCommand (Failed) 69 - ExternalProject (Failed) 92 - PrecompiledHeader (Failed) 93 - VSExternalInclude (Failed)

Re: [CMake] VS2010 support

2009-07-10 Thread Bill Hoffman
CVS CMake has initial VS 2010 support. Currently the following tests are failing: 45 - Preprocess (Failed) 56 - CustomCommand (Failed) 69 - ExternalProject (Failed) 92 - PrecompiledHeader (Failed) 93 - VSExternalInclude (Failed) If anyone wants to

Re: [CMake] VS2010 support

2009-06-03 Thread Robert Dailey
On Tue, Jun 2, 2009 at 8:09 PM, Bill Hoffman wrote: > Robert Dailey wrote: > >> Oops! I spoke too fast :) >> >> I found this: >> http://www.cmake.org/pipermail/cmake/2009-May/029660.html >> >> > But, don't forget about this post: > > http://www.cmake.org/pipermail/cmake/2009-May/029782.html > > Yo

Re: [CMake] VS2010 support

2009-06-02 Thread Bill Hoffman
Robert Dailey wrote: Oops! I spoke too fast :) I found this: http://www.cmake.org/pipermail/cmake/2009-May/029660.html But, don't forget about this post: http://www.cmake.org/pipermail/cmake/2009-May/029782.html Your help would be appreciated. -Bill ___

Re: [CMake] VS2010 support

2009-06-02 Thread Robert Dailey
Oops! I spoke too fast :) I found this: http://www.cmake.org/pipermail/cmake/2009-May/029660.html On Tue, Jun 2, 2009 at 7:51 PM, Robert Dailey wrote: > Hey guys, > I'm sure you've already started VS2010 support. How is that going? I'd like > to test it out for you if you've already released sup

[CMake] VS2010 support

2009-06-02 Thread Robert Dailey
Hey guys, I'm sure you've already started VS2010 support. How is that going? I'd like to test it out for you if you've already released support for it in 2.7. Let me know! Thanks. ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] VS2010 support

2009-05-31 Thread Bill Hoffman
Ross, Thomas wrote: It's not only the file format that has changed, it's the complete build process for C/C++ that got switched from VCBuild to MSBuild. The convert wizard seems to have some trouble with escaped characters like '\"' which is used for enclosing the value of CMAKE_INTDIR for exam

[CMake] VS2010 support

2009-05-30 Thread Ross, Thomas
> Tyler Roscoe wrote: > > On Tue, May 26, 2009 at 12:32:20PM +0200, bielow wrote: > >> Currently it seems that only NMake works since any previous VS generator > >> version will trigger the conversion wizard and then in turn cmake again... > > > > There is a CMake variable which can disable the ru

Re: [CMake] VS2010 support

2009-05-26 Thread Bill Hoffman
Tyler Roscoe wrote: On Tue, May 26, 2009 at 12:32:20PM +0200, bielow wrote: Currently it seems that only NMake works since any previous VS generator version will trigger the conversion wizard and then in turn cmake again... There is a CMake variable which can disable the rule that makes CMake

Re: [CMake] VS2010 support

2009-05-26 Thread Tyler Roscoe
On Tue, May 26, 2009 at 12:32:20PM +0200, bielow wrote: > Currently it seems that only NMake works since any previous VS generator > version will trigger the conversion wizard and then in turn cmake again... There is a CMake variable which can disable the rule that makes CMake rerun when things ge

[CMake] VS2010 support

2009-05-26 Thread bielow
Hi, is there a roadmap VS2010 support?! Beta1 is out now. Currently it seems that only NMake works since any previous VS generator version will trigger the conversion wizard and then in turn cmake again... Regards, Chris ___ Powered by www.kitware.com