[CMake] CMakeDetermineVSServicePack.cmake support for vs2010
aaron.meadows at thomsonreuters.com
aaron.meadows at thomsonreuters.com
Wed Sep 29 21:33:17 EDT 2010
Hi all. I noticed that CMakeDetermineVSServicePack.cmake only supports
vs2005, vs2005 sp1, vs2008, vs2008 sp1. I wanted to use it for vs2010.
I looked for a bug but the only one I found was the one that resulted in
the scripts creation: http://public.kitware.com/Bug/view.php?id=8803
I have a patch to fix it: (also attached)
*** CMakeDetermineVSServicePack.cmake 2010-06-28 09:42:36.000000000
-0500
--- CMakeDetermineVSServicePackWith2010.cmake 2010-09-29
20:26:20.530212900 -0500
***************
*** 47,52 ****
--- 47,54 ----
set(_version "vc90")
elseif(${_cl_version} VERSION_EQUAL "15.00.30729.01")
set(_version "vc90sp1")
+ elseif(${_cl_version} VERSION_EQUAL "16.00.30319.01")
+ set(_version "vc100")
else()
set(_version "")
endif()
Should I open a new bug for this and add a patch to it, or reopen the
old bug (feature request) with this patch?
Thanks!
--aaron
Aaron Meadows
Software Engineer
Thomson Reuters
Phone: 314.468.3530
Mobile: 636.541.6139
aaron.meadows at thomsonreuters.com
thomsonreuters.com
This email was sent to you by Thomson Reuters, the global news and information company.
Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100929/e5d8f397/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMakeDetermineVSServicePack.cmake.patch
Type: application/octet-stream
Size: 478 bytes
Desc: CMakeDetermineVSServicePack.cmake.patch
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100929/e5d8f397/attachment-0001.obj>
More information about the CMake
mailing list