[CMake] MSVC_VERSION for VC11?

David Cole david.cole at kitware.com
Mon Mar 5 12:58:45 EST 2012


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


More information about the CMake mailing list