This should work, from an nmake command prompt:<br><br>mkdir build<br>cd build<br>set CC=C:/path/to/icl.exe<br>set CXX=C:/path/to/icl.exe<br>cmake -G &quot;NMake Makefiles&quot; ..\src<br><br><br><div class="gmail_quote">On Fri, Mar 25, 2011 at 1:02 PM, Andreas Fabri <span dir="ltr">&lt;<a href="mailto:andreas.fabri@geometryfactory.com">andreas.fabri@geometryfactory.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<br>
<br>
Is there a generator for   &quot;nmake and icl.exe&quot; on Windows.<br>
<br>
I already tried to use the nmake generator and to set<br>
the C and C++ compiler cmake variables, but that didn&#39;t<br>
work either.<br>
<br>
Any suggestion or help would be appreciated.<br>
<br>
andreas<br>
<br>
-- <br>
Andreas Fabri, PhD<br>
Chief Officer, GeometryFactory<br>
Editor, The CGAL Project<br>
<br>
phone: ++33.492.954.912    skype: andreas.fabri<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>