[PATCH] D99715: [CMake] Respect LLVM_MINIMUM_PYTHON_VERSION in Tooling/CMakeLists.txt
Dominik Montada via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 6 02:13:58 PDT 2021
gargaroff updated this revision to Diff 335438.
gargaroff added a comment.
Remove find_package call from Tooling/CMakeLists.txt
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99715/new/
https://reviews.llvm.org/D99715
Files:
clang/lib/Tooling/CMakeLists.txt
Index: clang/lib/Tooling/CMakeLists.txt
===================================================================
--- clang/lib/Tooling/CMakeLists.txt
+++ clang/lib/Tooling/CMakeLists.txt
@@ -13,8 +13,6 @@
add_subdirectory(DependencyScanning)
add_subdirectory(Transformer)
-find_package(Python3 COMPONENTS Interpreter)
-
# Replace the last lib component of the current binary directory with include
string(FIND ${CMAKE_CURRENT_BINARY_DIR} "/lib/" PATH_LIB_START REVERSE)
if(PATH_LIB_START EQUAL -1)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99715.335438.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210406/7dcbbb1e/attachment.bin>
More information about the cfe-commits
mailing list