[cmake-developers] Add CXX_STANDARD support for Intel C++ compilers
Levi Morrison
morrison.levi at gmail.com
Tue Nov 17 13:15:56 EST 2015
On Tue, Nov 17, 2015 at 11:13 AM, Levi Morrison <morrison.levi at gmail.com>
wrote:
> On Tue, Nov 17, 2015 at 6:50 AM, Brad King <brad.king at kitware.com> wrote:
>
>> On 11/16/2015 03:14 PM, Levi Morrison wrote:
>> > It seems my attachments are getting scrubbed or something?
>>
>> It was just that one message that was missing one. This one worked.
>>
>> >> How did you test these? For full testing we need the CMake test
>> >> suite to pass with the Intel compilers. In particular, tests with
>> >> 'CompileFeatures' in their name cover this functionality.
>> >
>> > I was able to build and use (or not use as appropriately) C++11 and
>> > C++14 for a given project I already have.
>>
>> Good start.
>>
>> > What is the proper way to do run the test suite for a given compiler?
>>
>> One can run the entire test suite like this:
>>
>> export CC=icc CXX=icpc
>> mkdir CMake-intel-tests && cd CMake-intel-tests
>> cmake ../CMake
>> -DCMake_TEST_EXTERNAL_CMAKE="/path/to/main/CMake-build/bin"
>> make
>>
>
> :D Funnily enough
>
Oops, didn't finish that phrase. Can't remember what it was supposed to say
anymore. Guess it wasn't that funny.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20151117/c4f12f55/attachment.html>
More information about the cmake-developers
mailing list