Trying to convert a VS2012 project generated with CMake via ICProjConvert130 fails

Trying to convert a VS2012 project generated with CMake via ICProjConvert130 fails

Bild des Benutzers Taron

Hello,

we are just switching our build enviroment to VS2012. Unfortunatly i encounterd some problems on the way.

Old setup (works fine):
Generating Project with CMake for VS2008 (x64)
Convert Project via ICProjConvert130 to a Intel Project
Build with devenv.

New Setup:
Generating Project with CMake for VS2012 (x64)
Converting Project with ICProjConvert130 fails with following warnings:
The "Intel C++ Composer XE 13.0" platform toolset for "x64" platform in "Debug" configuration does not exist.
The "Intel C++ Composer XE 13.0" platform toolset for "x64" platform in "Release" configuration does not exist.
The "Intel C++ Composer XE 13.0" platform toolset for "x64" platform in "MinSizeRel" configuration does not exist.
The "Intel C++ Composer XE 13.0" platform toolset for "x64" platform in "RelWithDebInfo" configuration does not exist.

However when i open the solution in VS2012 and use the composer integration to switch the project to use the intel compiler it works fine.
Am I missing something or doing something wrong? Why doesn't it work? I need it working from commandline for our automatic build-system.

We use Cmake version 2.8.8, VS2012 Premium, ICProjConverter 13.0.1179.2008 (Beta).

2 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers VADIM G. (Intel)

Hi Taron,

This bug should be fixed in 13.0 Update 1. ICProjConverter 13.0.1193.2008.

Thanks,
Vadim.

Melden Sie sich an, um einen Kommentar zu hinterlassen.