[all-commits] [llvm/llvm-project] e0af50: [mlir] Update Python CMake version requirement.

Mike Urbach via All-commits all-commits at lists.llvm.org
Mon Jul 25 10:29:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0af5032f17b09f1f39d4ecfe82a6c23e5526c7c
      https://github.com/llvm/llvm-project/commit/e0af5032f17b09f1f39d4ecfe82a6c23e5526c7c
  Author: Mike Urbach <mikeurbach at gmail.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M mlir/cmake/modules/MLIRDetectPythonEnv.cmake

  Log Message:
  -----------
  [mlir] Update Python CMake version requirement.

The minimum required version is now 3.19 due to the usage of some
more recent features. Update the version check and error message
accordingly. Also remove some logic that behaved differently before
3.18, since we can assume we are now on version 3.19+.

Reviewed By: stella.stamenova

Differential Revision: https://reviews.llvm.org/D130171




More information about the All-commits mailing list