e 09, 2017 12:45 PM
To: Mamales, Petros [CCC-OT NE]
Cc: CMake
Subject: Re: [CMake] CMake problem with intel parallel studio 2017
On 06/09/2017 11:51 AM, Mamales, Petros wrote:
> how is the specification of the toolset (from command line) translates
> to the modules folder in CMake?
The -T
On 06/09/2017 11:51 AM, Mamales, Petros wrote:
> how is the specification of the toolset (from command line) translates
> to the modules folder in CMake?
The -T option specifies the CMAKE_GENERATOR_TOOLSET:
https://cmake.org/cmake/help/v3.9/variable/CMAKE_GENERATOR_TOOLSET.html
That value tel
...@kitware.com]
Sent: Friday, June 09, 2017 11:01 AM
To: Mamales, Petros [CCC-OT NE]
Cc: CMake
Subject: Re: [CMake] CMake problem with intel parallel studio 2017
On 06/08/2017 03:02 PM, Mamales, Petros via CMake wrote:
> I try to create Visual Studio 2015 (VS2015) solutions with the intel
On 06/08/2017 03:02 PM, Mamales, Petros via CMake wrote:
> I try to create Visual Studio 2015 (VS2015) solutions with the
> intel c++ compiler from Intel Parallel Studio XE (iPSXE) 2017.
> a) How does the identification of the toolset proceed? (I used the –T
> command line option)
It works
Hi,
I try to create Visual Studio 2015 (VS2015) solutions with the intel c++
compiler from Intel Parallel Studio XE (iPSXE) 2017.
(win7 64bit ).
Apparently, the toolset is identified correctly but the compiler is not, due to
some tests that do not manage to link.
I have 2 questions:
a) How