View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013888CMakeCMakepublic2013-02-03 03:142016-06-10 14:31
ReporterixSci 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformWindows 8OSOS Version
Product VersionCMake 2.8.10.2 
Target VersionFixed in Version 
Summary0013888: x64 generator for MSVS project makes it impossible to profile
DescriptionWhen 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">
Steps To ReproduceGenerate 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042215)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2013-02-03 03:14 ixSci New Issue
2016-06-10 14:28 Kitware Robot Note Added: 0042215
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team