From daf3a694604a96933853092506a88af85bbe73c9 Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Mon, 16 Jan 2017 00:33:07 +0000 Subject: Reland "[CMake][libcxx] Move Python check to main CMake file" This relands commit r291728. llvm-svn: 292084 --- libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake') diff --git a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake index 34dbcb75376..879882dcfea 100644 --- a/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake +++ b/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake @@ -96,13 +96,6 @@ macro(configure_out_of_tree_llvm) endif() # LLVM Options -------------------------------------------------------------- - include(FindPythonInterp) - if( NOT PYTHONINTERP_FOUND ) - message(WARNING "Failed to find python interpreter. " - "The libc++ test suite will be disabled.") - set(LLVM_INCLUDE_TESTS OFF) - endif() - if (NOT DEFINED LLVM_INCLUDE_TESTS) set(LLVM_INCLUDE_TESTS ${LLVM_FOUND}) endif() -- cgit v1.2.3