Re: [CMake] ICC under Linux

2010-03-24 Thread Brad King
Oliver Smith wrote: > When you tell CMake under Linux to use ICC, there's no automatic > detection of the custom archiver and linker that ICC requires. The Intel compiler requires them only when objects are built with -ipo. > The > following lines fix that, but would it be possible to add them to

[CMake] ICC under Linux

2010-03-23 Thread Oliver Smith
When you tell CMake under Linux to use ICC, there's no automatic detection of the custom archiver and linker that ICC requires. The following lines fix that, but would it be possible to add them to the stock CMake files someplace so that using ICC becomes slightly more transparent? #