vs2019.rst 649 B

1234567891011121314
  1. vs2019
  2. ------
  3. * The :generator:`Visual Studio 16 2019` generator was added. This is
  4. experimental and based on "Visual Studio 2019 Preview 2" because this
  5. version of VS has not been released.
  6. The VS 2019 generator differs from generators for earlier versions
  7. in that it does not provide variants that specify the target platform
  8. in the generator name. Instead :variable:`CMAKE_GENERATOR_PLATFORM`
  9. must be used, e.g. through the ``-A`` command-line option. Furthermore,
  10. the default target platform (architecture) is now based on the *host*
  11. platform. The VS host toolset selection is now based on the host
  12. architecture as well.