X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=afcc9f0ce2ab42b4a46aec09beb9fe9b7d82285a;hb=e6e5eaa50d128f11a8174bc8a89d880f0fbe70f4;hp=4f00395fd60be8e726251724309f2b75f9d54f3e;hpb=c4300b9c0147889e77d2a51ded9fa025545d27e2;p=oota-llvm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f00395fd60..afcc9f0ce2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.")