[ADT] Unbreak PointerEmbeddedInt build with MSVC.
[oota-llvm.git] / docs / GettingStarted.rst
index 2585ce135ba652123a92415e850b46c13a1c1c88..6aba500367939e24953ec8eff08ef26574d50f37 100644 (file)
@@ -78,6 +78,8 @@ Here's the short story for getting up and running quickly with LLVM:
 
    The usual build uses `CMake <CMake.html>`_. If you would rather use
    autotools, see `Building LLVM with autotools <BuildingLLVMWithAutotools.html>`_.
+   Although the build is known to work with CMake >= 2.8.8, we recommend CMake
+   >= v3.2, especially if you're generating Ninja build files.
 
    * ``cd where you want to build llvm``
    * ``mkdir build``