[cmake-developers] Add CXX_STANDARD support for Intel C++ compilers
Levi Morrison
morrison.levi at gmail.com
Tue Dec 1 12:47:12 EST 2015
On Tue, Dec 1, 2015 at 7:11 AM, Brad King <brad.king at kitware.com> wrote:
> On 11/30/2015 02:13 PM, Levi Morrison wrote:
>> Hmm.
>
> Thanks. I applied it yesterday and merged to 'next' for testing:
>
> Features: Record standards and features for Intel C++ on UNIX
> https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=117d49b8
>
> However, it fails the Module.WriteCompilerDetectionHeader test:
>
> https://open.cdash.org/testDetails.php?test=396604477&build=4124323
>
> For now I reverted it from 'next' until we address this failure.
>
> The WriteCompilerDetectionHeader module and its test need updates
> to record support for the Intel compiler features.
>
> Thanks,
> -Brad
>
I am having trouble reproducing this failure. When I do an
unrestricted ctest (test everything) it will fail, but if I do
something like `ctest -VV -R WriteCompilerDetectionHeader` it will
pass. Any ideas?
More information about the cmake-developers
mailing list