MantisBT - CMake
View Issue Details
0013888CMakeCMakepublic2013-02-03 03:142016-06-10 14:31
ixSci 
Kitware Robot 
normalminoralways
closedmoved 
Windows 8
CMake 2.8.10.2 
 
0013888: x64 generator for MSVS project makes it impossible to profile
When one generates x64 project for MSVS2012(I don't know about other versions, but it may be similar) then this project won't be listed under Profiler Wizard. So one can't profile one's project under MSVS when generate it with cmake.

I've found that if I add win32 configuration then the issue is gone. So I propose to add the following to x64 generator(example for Release):
<ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
</ProjectConfiguration>
under <ItemGroup Label="ProjectConfigurations">
Generate any project with "Visual Studio 11 Win64", go to "Analyze->Launch Performance Wizard" and see that project is not listed under projects available for profiling
No tags attached.
Issue History
2013-02-03 03:14ixSciNew Issue
2016-06-10 14:28Kitware RobotNote Added: 0042215
2016-06-10 14:28Kitware RobotStatusnew => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042215)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.