MantisBT - CMake
View Issue Details
0013763CMakeCMakepublic2012-11-30 11:552016-06-10 14:31
Christian Oberholzer 
Kitware Robot 
normalminoralways
closedmoved 
Windows 8Windows 8Windows 8
CMake 2.8.10.1 
 
0013763: Visual Studio target property FOLDER does not work if professional and express edition are installed in parallel
I 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
No tags attached.
Issue History
2012-11-30 11:55Christian OberholzerNew Issue
2016-06-10 14:28Kitware RobotNote Added: 0042163
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
(0042163)
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.