[cmake-developers] [CMake 0014661]: Explicit project type GUID needed with INCLUDE_EXTERNAL_MSPROJECT

Mantis Bug Tracker mantis at public.kitware.com
Fri Dec 20 10:44:59 EST 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14661 
====================================================================== 
Reported By:                David Golub
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14661
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-12-20 10:44 EST
Last Modified:              2013-12-20 10:44 EST
====================================================================== 
Summary:                    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.
====================================================================== 

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                 
  
======================================================================




More information about the cmake-developers mailing list