[CMake] How to specify VS2017 compilers when on VS2019

J Decker d3ck0r at gmail.com
Fri Aug 16 17:19:18 EDT 2019


can just specify the 2017 generator, 2019 will load an build it just fine.
If 2017 is still opening when you double-click a solution, change your
default handler for .sln files to 2019.

Again, 2019 can build projects as is for 2017, 2015, etc...

On Fri, Aug 16, 2019 at 11:19 AM Michael Jackson <
mike.jackson at bluequartz.net> wrote:

> Why can't I do -T v141?
>
> --
> Mike Jackson
>
> On 8/16/19, 2:09 PM, "Kyle Edwards" <kyle.edwards at kitware.com> wrote:
>
>     On Fri, 2019-08-16 at 13:54 -0400, Michael Jackson wrote:
>     > What are the values to the -T argument that are to be used so that I
>     > can use VS2019 but have the 2017 compilers?
>
>     Rather than using a -T argument, you want to set the CC environment
>     variable or -DCMAKE_C_COMPILER on the command line (likewise for CXX
>     and CMAKE_CXX_COMPILER.)
>
>     Kyle
>
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> https://cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20190816/13c16823/attachment-0001.html>


More information about the CMake mailing list