This revision was automatically updated to reflect the committed changes. Closed by commit rGb78e883fd8b3: [CMake] Fix Python 3 lookup when building LLVM with tests (authored by gargaroff).
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)
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)
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits