[CMake] Generator Toolset fails

2013-05-29 Thread Mike
Hello, I'm trying to generate a Visual Studio 11 solution using v100 toolset and it is failing to compile a test program: I run cmake -G "Visual Studio 11 Win64" -T "v100" -- The C compiler identification is MSVC 16.0.40219.1 -- The CXX compiler identification is MSVC 16.0.40219.1 -- Check for w

Re: [CMake] Generator Toolset fails

2013-06-13 Thread Malfettone, Kris
I have this same problem but didn’t see a response to this problem. Is there a fix for it? Or information related to it? -Kris From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Mike Sent: Wednesday, May 29, 2013 10:06 AM To: cmake@cmake.org Subject: [CMake] Generator

Re: [CMake] Generator Toolset fails

2013-06-13 Thread Malfettone, Kris
ughts or ideas? The double configure step is obviously annoying and brittle. -Kris From: Malfettone, Kris Sent: Thursday, June 13, 2013 3:49 PM To: 'Mike'; cmake@cmake.org Subject: RE: [CMake] Generator Toolset fails I have this same problem but didn’t see a response to this problem

Re: [CMake] Generator Toolset fails

2013-06-13 Thread Brad King
On 6/13/2013 4:36 PM, Malfettone, Kris wrote: > Just wanted to add some extra information. I found a way to work around > the problem by first generating with: > cmake –G "Visual Studio 11" > > Then reconfiguring directly after with: > cmake –G "Visual Studio 11" -DCMAKE_GENERATOR_TOOLSET=v100

Re: [CMake] Generator Toolset fails

2013-06-13 Thread Malfettone, Kris
Thank you, it works now and that is definitely a better work around. -Kris -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Thursday, June 13, 2013 5:01 PM To: Malfettone, Kris Cc: cmake@cmake.org; Mike Subject: Re: [CMake] Generator Toolset fails On 6/13/2013 4