MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014661 | CMake | CMake | public | 2013-12-20 10:44 | 2016-01-19 09:57 |
|
Reporter | David Golub | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Intel | OS | Windows | OS Version | 7 |
Product Version | CMake 2.8.12 | |
Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | |
|
Summary | 0014661: Explicit project type GUID needed with INCLUDE_EXTERNAL_MSPROJECT |
Description | Currently, including an external Visual Studio project for a language other than C++ with INCLUDE_EXTERNAL_MSPROJECT will lead to an invalid solution unless the project type GUID is specified explicitly. There is no reason why this should be necessary for well-known standard project types (*.vbproj, *.csproj, etc.). Instead, CMake should be able to guess the correct GUID for these projects from the project file extension. I'm attaching a patch to implement this functionality. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0015924 | closed | Kitware Robot | include_external_msproject does not specify project type |
|
Attached Files | 0001-Guess-project-type-for-INCLUDE_EXTERNAL_MSPROJECT-if.patch (3,710) 2013-12-20 10:44 https://public.kitware.com/Bug/file/5022/0001-Guess-project-type-for-INCLUDE_EXTERNAL_MSPROJECT-if.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2013-12-20 10:44 | David Golub | New Issue | |
2013-12-20 10:44 | David Golub | File Added: 0001-Guess-project-type-for-INCLUDE_EXTERNAL_MSPROJECT-if.patch | |
2013-12-20 11:11 | Brad King | Note Added: 0034839 | |
2013-12-20 11:11 | Brad King | Assigned To | => Brad King |
2013-12-20 11:11 | Brad King | Status | new => resolved |
2013-12-20 11:11 | Brad King | Resolution | open => fixed |
2013-12-20 11:11 | Brad King | Fixed in Version | => CMake 3.0 |
2013-12-20 11:11 | Brad King | Target Version | => CMake 3.0 |
2014-06-02 08:37 | Robert Maynard | Note Added: 0036061 | |
2014-06-02 08:37 | Robert Maynard | Status | resolved => closed |
2016-01-19 09:57 | Brad King | Relationship added | related to 0015924 |