[CMake] MSVC_VERSION for VC11?

Robert Dailey rcdailey at gmail.com
Mon Mar 5 15:14:13 EST 2012


The docs aren't updated to reflect this so I just wanted to make sure. I
didn't have time to run through the source code (you Linux people and your
fancy 'git grep' commands :P )

---------
Robert Dailey


On Mon, Mar 5, 2012 at 11:58 AM, David Cole <david.cole at kitware.com> wrote:

> Correct. Partial output from 'git grep MSVC_VERSION' in the CMake source
> tree:
>
> $ git grep MSVC_VERSION
> ...
> Modules/CMakeVS10FindMake.cmake:SET(MSVC_VERSION 1600)
> Modules/CMakeVS11FindMake.cmake:SET(MSVC_VERSION 1700)
> Modules/CMakeVS6FindMake.cmake:SET(MSVC_VERSION 1200)
> Modules/CMakeVS71FindMake.cmake:SET(MSVC_VERSION 1310)
> Modules/CMakeVS7FindMake.cmake:SET(MSVC_VERSION 1300)
> Modules/CMakeVS8FindMake.cmake:SET(MSVC_VERSION 1400)
> Modules/CMakeVS9FindMake.cmake:SET(MSVC_VERSION 1500)
> ...
>
>
> On Mon, Mar 5, 2012 at 12:40 PM, Robert Dailey <rcdailey at gmail.com> wrote:
> > I'm assuming MSVC_VERSION will be 1700 for MSVC11. Is this correct?
> >
> > ---------
> > Robert Dailey
> >
> > --
> >
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the CMake FAQ at:
> > http://www.cmake.org/Wiki/CMake_FAQ
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120305/b62b9721/attachment.htm>


More information about the CMake mailing list