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).


