Re: [CMake] Visual Studio command line from CMake

2014-01-08 Thread Rob McDonald
Very sorry for not replying to the list, I certainly meant to. I didn't mean to impose my problem on you -- and I was hoping that by flushing my example out more fully, more people may be able to help out. I will go back and forward that response/question so people don't have to dig it out of thi

Re: [CMake] Visual Studio command line from CMake

2014-01-08 Thread J Decker
cmake --build On Wed, Jan 8, 2014 at 3:53 PM, Rob McDonald wrote: > Short version: > > Does anyone have an elegant way to launch the visual studio command line > from within CMake? > > James Bigler asked essentially this question back in March of 2011. David > responded with a link to a Blog ent

[CMake] Visual Studio command line from CMake

2014-01-08 Thread Rob McDonald
Short version: Does anyone have an elegant way to launch the visual studio command line from within CMake? James Bigler asked essentially this question back in March of 2011. David responded with a link to a Blog entry, but I haven't figured out how to translate that into something that works.