Visual Studio 9 2008.rst 429 B

123456789
  1. Visual Studio 9 2008
  2. --------------------
  3. Removed. This once generated Visual Studio 9 2008 project files, but
  4. the generator has been removed since CMake 3.30. It is still possible
  5. to build with VS 9 2008 tools using the :generator:`Visual Studio 14 2015`
  6. generator (or above, and with VS 10 2010 also installed) with
  7. :variable:`CMAKE_GENERATOR_TOOLSET` set to ``v90``, or by using
  8. the :generator:`NMake Makefiles` generator.