[PM] Rename this source file to something a bit more generic before
[oota-llvm.git] / CMakeLists.txt
index 56e83289a45ad97618be92d24576b480c0d88712..ad31686aafc03096aa84f8e771c446c3684fd8b6 100644 (file)
@@ -182,6 +182,7 @@ else( MSVC )
 endif()
 
 option(LLVM_ENABLE_CXX11 "Compile with C++11 enabled." OFF)
+option(LLVM_ENABLE_LIBCXX "Use libc++ if available." OFF)
 option(LLVM_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
 option(LLVM_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)