[cmake-developers] [CMake 0013774]: Support v110_xp target with MSVC 2012 Update 1

Mantis Bug Tracker mantis at public.kitware.com
Tue Dec 4 10:51:42 EST 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13774 
====================================================================== 
Reported By:                Filip Konvicka (LOGIS)
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13774
Category:                   CMake
Reproducibility:            always
Severity:                   block
Priority:                   urgent
Status:                     new
====================================================================== 
Date Submitted:             2012-12-04 10:51 EST
Last Modified:              2012-12-04 10:51 EST
====================================================================== 
Summary:                    Support v110_xp target with MSVC 2012 Update 1
Description: 
Microsoft has released an important update to MSVC (MSVC 2012 Update 1) that
allows us to build applications that target Windows 2003 and Windows XP.  This
requires that a new non-default toolset is used for the build: v110_xp (the
default is called v110).  There is no way I know of in CMake to do this
properly, as the generator is fixed on v110.  This is blocking us from using
MSVC 2012 with CMake.

Perhaps adding a clone of the current generator with a different name and a
different target toolset is sufficient...?

Additional Information: 
Interesting links on the subject:

http://blogs.msdn.com/b/chuckw/archive/2012/11/26/visual-studio-2012-update-1.aspx
http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-12-04 10:51 Filip Konvicka (LOGIS)New Issue                                
   
======================================================================




More information about the cmake-developers mailing list