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
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?
#