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 < [email protected]> 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 >
_______________________________________________ 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
