[cmake-developers] Add CXX_STANDARD support for Intel C++ compilers

Brad King brad.king at kitware.com
Tue Nov 17 16:38:13 EST 2015


On 11/17/2015 04:34 PM, Levi Morrison wrote:
> On Tue, Nov 17, 2015 at 2:07 PM, Levi Morrison wrote:
>>> icpc: command line warning #10159: invalid argument for option '-std'
>> Hmm. Can you tell me what the value of -std was for that invocation? 
> 
> Hazarding a guess I think it might be gnu++14 – can you confirm this?

It was `-std=c++14`.  I'm using:

 $ icpc --version
 icpc (ICC) 15.0.0 20140723

According to the `man icpc` page there is no -std=c++14 option.

-Brad



More information about the cmake-developers mailing list