Re: [CMake] Generator for Visual Studio 2008 with Intel C++ 11.0?

2009-02-19 Thread Philip Lowman
On Wed, Feb 18, 2009 at 8:10 PM, jessepe...@gmail.com wrote: When you have the Intel C++ compiler installed over Visual Studio, you can choose to convert a visual studio project to Intel C++ in the menu. But I can't figure out how to create a visual studio project which uses the Intel

[CMake] Generator for Visual Studio 2008 with Intel C++ 11.0?

2009-02-19 Thread Jesse Perla
If ICProjConvert*.exe works you might be able to jurry-rig a .bat file or something to convert your projects manually after CMake runs. Here is how I got things to work: 0. It appears that the ICProjConvert***.exe is by default in the c:\Program Files\Common Files\Intel\Shared Files\ia32\Bin

Re: [CMake] Generator for Visual Studio 2008 with Intel C++ 11.0?

2009-02-19 Thread jesseperla
The real solution is to create a new sub-class of the visual studio generator for the intel compiler, or maybe it is just a flag on the existing generator. Calling ICProjConvert seems like a bad idea, and I would not accept a generator based on that solution into CMake. Fair enough. I

Re: [CMake] Generator for Visual Studio 2008 with Intel C++ 11.0?

2009-02-19 Thread Bill Hoffman
jessepe...@gmail.com wrote: The real solution is to create a new sub-class of the visual studio generator for the intel compiler, or maybe it is just a flag on the existing generator. Calling ICProjConvert seems like a bad idea, and I would not accept a generator based on that solution into

[CMake] Generator for Visual Studio 2008 with Intel C++ 11.0?

2009-02-18 Thread jesseperla
When you have the Intel C++ compiler installed over Visual Studio, you can choose to convert a visual studio project to Intel C++ in the menu. But I can't figure out how to create a visual studio project which uses the Intel Compiler/Project System automatically? The problem is that this is