diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-10-28 21:22:23 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-10-28 21:22:23 +0000 |
| commit | 8edd8f9298ace685875918909c7c2523f74924fa (patch) | |
| tree | 5137cae9f422322614e2a24b3f31550f959fd4dc /llvm | |
| parent | 7d82252d4b544eb646c99ad41c1da72d0d90d07b (diff) | |
| download | bcm5719-llvm-8edd8f9298ace685875918909c7c2523f74924fa.tar.gz bcm5719-llvm-8edd8f9298ace685875918909c7c2523f74924fa.zip | |
Remove 2.4 from the list of supported Python versions.
llvm-svn: 193541
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index f85b6cc3633..096e3e71f9b 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -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 |

