From: Alp Toker Date: Sat, 3 May 2014 15:10:04 +0000 (+0000) Subject: Update docs still mentioning LLVM_ENABLE_CXX11 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0bf9cca8c84fffdd88905e58b2601963c99135ed;p=oota-llvm.git Update docs still mentioning LLVM_ENABLE_CXX11 C++11 is now required. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207914 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMake.rst b/docs/CMake.rst index ce71dab6fcb..fed283d3995 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -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``