<div class="gmail_quote">On Wed, Feb 18, 2009 at 8:10 PM,  <span dir="ltr">&lt;<a href="mailto:jesseperla@gmail.com">jesseperla@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<br><br>But I can&#39;t figure out how to create a visual studio project which uses the Intel Compiler/Project System automatically?  The problem is that this is not a 1 time thing, since the visual studio projects are regenerated each time the cmakelists is changed.<br>
</blockquote><div><br>CMake could use a generator for Intel C++ on windows.&nbsp; There is a feature request for this in the CMake bug tracker.&nbsp; Someone suggested a command line utility ICProjConvert*.exe which might be used to read in the CMake generated project files and output Intel ones.&nbsp; If you could give this a try and let us know what command or commands you had to run to get it to work, it might be a rather simple patch to tweak the existing Visual Studio generators to call this command line app after generation is complete if the Intel compiler is being used as the compiler.&nbsp; A toplevel generator could also be added for this as well to make it more convenient.<br>
<br><a href="http://public.kitware.com/Bug/view.php?id=6929">http://public.kitware.com/Bug/view.php?id=6929</a><br></div></div><br>If ICProjConvert*.exe works you might be able to jurry-rig a .bat file or something to convert your projects manually after CMake runs.<br>
<br>-- <br>Philip Lowman<br>