The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13888 
====================================================================== 
Reported By:                ixSci
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13888
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-02-03 03:14 EST
Last Modified:              2013-02-03 03:14 EST
====================================================================== 
Summary:                    x64 generator for MSVS project makes it impossible
to profile
Description: 
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">

Steps to Reproduce: 
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
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-02-03 03:14 ixSci          New Issue                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to