View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013763CMakeCMakepublic2012-11-30 11:552016-06-10 14:31
ReporterChristian Oberholzer 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformWindows 8OSWindows 8OS VersionWindows 8
Product VersionCMake 2.8.10.1 
Target VersionFixed in Version 
Summary0013763: Visual Studio target property FOLDER does not work if professional and express edition are installed in parallel
DescriptionI describe the Problem from the very beginning.

I wanted to start development for the new Windows 8 App Store style apps (including tablets and also Windows Phone). To do so I installed Visual Studio 2012 Professional on my Win8 machine. Then I selected a Windows Phone 8 Project which installed a second instance of Visual Studio on my machine called "Microsoft Visual Studio Express 2012 for Windows Phone". However now the set_property(TARGET xyz PROPERTY FOLDER "xyz/xyz") does not work anymore.

I had time so I downloaded the source and searched for the issue. I discovered that with Express Editions the FOLDER feature is turned off (I assume because Express does not Support it?). However CMake only checks if an Express Edition is installed but *not* if the user wants to use the pro or the express Edition. I modified the source on my machine to always sets "this->ExpressEdition" to false for the appropriate installer and now it works for me. However I do understand that this is not the correct solution.

If anyone is able to point me into the correct direction I might have the time to fix this (in case its not easier for an established dev to make a quick fix).

Thanks,
Christian
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042163)
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
2012-11-30 11:55 Christian Oberholzer New Issue
2016-06-10 14:28 Kitware Robot Note Added: 0042163
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