[CMake] Generator vor Intel compliler on Windows

David Cole david.cole at kitware.com
Fri Mar 25 13:16:47 EDT 2011


This should work, from an nmake command prompt:

mkdir build
cd build
set CC=C:/path/to/icl.exe
set CXX=C:/path/to/icl.exe
cmake -G "NMake Makefiles" ..\src


On Fri, Mar 25, 2011 at 1:02 PM, Andreas Fabri <
andreas.fabri at geometryfactory.com> wrote:

> Hello,
>
> Is there a generator for   "nmake and icl.exe" on Windows.
>
> I already tried to use the nmake generator and to set
> the C and C++ compiler cmake variables, but that didn't
> work either.
>
> Any suggestion or help would be appreciated.
>
> andreas
>
> --
> Andreas Fabri, PhD
> Chief Officer, GeometryFactory
> Editor, The CGAL Project
>
> phone: ++33.492.954.912    skype: andreas.fabri
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110325/18592aa5/attachment.htm>


More information about the CMake mailing list