[CMake] Precompiled Headers for Intel on windows

2009-03-16 Thread jesseperla
I looked around for precompiled header support and couldn't figure out how/if it works for intel compilers. The links such as: http://www.mail-archive.com/cmake@cmake.org/msg05456.html appear to be pretty MSVC centric and I don't think the stdafx.cpp approach will work on intel. If there i

Re: [CMake] debug, optimized, and custom

2009-02-25 Thread jesseperla
On Wed, Feb 25, 2009 at 1:38 AM, Hendrik Sattler wrote: debug and optimized keywords are followed by _one_ library. The help entry defines this correctly. Thanks and sorry I missed that in the help. cmake really is amazing, but I also find it massive. The "Mastering Cmake" book is excellent,

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 won't

[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