Update docs still mentioning LLVM_ENABLE_CXX11
[oota-llvm.git] / docs / CMake.rst
index ce71dab6fcbaad274ec6afb4a7be01ed7dd831c3..fed283d3995aa6445e27136479d85e3e633fa0e6 100644 (file)
@@ -211,8 +211,8 @@ LLVM-specific variables
 **LLVM_ENABLE_THREADS**:BOOL
   Build with threads support, if available. Defaults to ON.
 
-**LLVM_ENABLE_CXX11**:BOOL
-  Build in C++11 mode, if available. Defaults to OFF.
+**LLVM_ENABLE_CXX1Y**:BOOL
+  Build in C++1y mode, if available. Defaults to OFF.
 
 **LLVM_ENABLE_ASSERTIONS**:BOOL
   Enables code assertions. Defaults to OFF if and only if ``CMAKE_BUILD_TYPE``