Re: [CMake] Using the Microsoft compiler with "Unix Makefiles"

2012-06-19 Thread Braden McDaniel
On 6/19/12 8:33 AM, Bill Hoffman wrote: On 6/19/2012 6:49 AM, Michael Jackson wrote: It can be done as Bill Hoffman seems to do this all the time. Let's wait to see what he says. I do know that it involves a lot of setup. Yes, this is my preferred generator. I used cygwin gmake, but this one:

Re: [CMake] Using the Microsoft compiler with "Unix Makefiles"

2012-06-19 Thread Bill Hoffman
On 6/19/2012 6:49 AM, Michael Jackson wrote: It can be done as Bill Hoffman seems to do this all the time. Let's wait to see what he says. I do know that it involves a lot of setup. Yes, this is my preferred generator. I used cygwin gmake, but this one: http://www.cmake.org/files/cygwin/make

Re: [CMake] Using the Microsoft compiler with "Unix Makefiles"

2012-06-19 Thread Michael Jackson
It can be done as Bill Hoffman seems to do this all the time. Let's wait to see what he says. I do know that it involves a lot of setup. -- Mike Jackson On Jun 19, 2012, at 1:05 AM, William R. Otte wrote: > Hi Brendan - > > On Jun 18, 2012, at 11:49 PM, Braden McDaniel wrote: > >> Is it poss

Re: [CMake] Using the Microsoft compiler with "Unix Makefiles"

2012-06-18 Thread William R. Otte
Hi Brendan - On Jun 18, 2012, at 11:49 PM, Braden McDaniel wrote: > Is it possible to use the Microsoft compiler (cl) with "Unix Makefiles"? > > I found some older list postings that suggested it could work; however, > setting CC, CXX, and CMAKE_CXX_COMPILER to "cl" doesn't do the trick. (It

[CMake] Using the Microsoft compiler with "Unix Makefiles"

2012-06-18 Thread Braden McDaniel
Is it possible to use the Microsoft compiler (cl) with "Unix Makefiles"? I found some older list postings that suggested it could work; however, setting CC, CXX, and CMAKE_CXX_COMPILER to "cl" doesn't do the trick. (It appears that the compiler doesn't like some of the flags used in the makefi