Revert r229185, "Raising minimum required Visual Studio version to 2013."
[oota-llvm.git] / CMakeLists.txt
index 4f00395fd60be8e726251724309f2b75f9d54f3e..afcc9f0ce2ab42b4a46aec09beb9fe9b7d82285a 100644 (file)
@@ -24,10 +24,6 @@ endif()
 
 project(LLVM)
 
-if (MSVC AND MSVC_VERSION LESS 1800)
-  message(FATAL_ERROR "Minimum required MSVC version is 2013!")
-endif ()
-
 # The following only works with the Ninja generator in CMake >= 3.0.
 set(LLVM_PARALLEL_COMPILE_JOBS "" CACHE STRING
   "Define the maximum number of concurrent compilation jobs.")