Remove 2.4 from the list of supported Python versions.
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Oct 2013 21:22:23 +0000 (21:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Oct 2013 21:22:23 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193541 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index f85b6cc3633843003eba930f7fa38f52a10d313e..096e3e71f9bfabe34969f5a9d8d1664220a90641 100644 (file)
@@ -272,7 +272,7 @@ set(TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}")
 include(HandleLLVMOptions)
 
 # Verify that we can find a Python 2 interpreter.  Python 3 is unsupported.
-set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4)
+set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5)
 include(FindPythonInterp)
 if( NOT PYTHONINTERP_FOUND )
   message(FATAL_ERROR