MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013763 | CMake | CMake | public | 2012-11-30 11:55 | 2016-06-10 14:31 |
| Reporter | Christian Oberholzer | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Windows 8 | OS | Windows 8 | OS Version | Windows 8 |
| Product Version | CMake 2.8.10.1 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0013763: Visual Studio target property FOLDER does not work if professional and express edition are installed in parallel | ||||
| Description | 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 | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||