commit | d99cc3a893ecdb8e1622e66949ee556f31af24ac | [log] [tgz] |
---|---|---|
author | Mike Urbach <mikeurbach@gmail.com> | Mon Oct 11 16:23:42 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 12 08:35:30 2021 -0700 |
tree | c0ce74c72d1b830062a19a852dcbe219e688ba9c | |
parent | fc5db0dcb057c992f9089173783fd61c7067d558 [diff] |
[mlir] Limit Python dependency to Development.Module when possible. After CMake 3.18, we are able to limit the scope of the search to just Development.Module. Searching for Development will fail in situations where the Python libraries are not available. When possible, limit to just Development.Module. See: https://pybind11.readthedocs.io/en/stable/compiling.html#findpython-mode Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D111585 GitOrigin-RevId: 55e76c70a4f7fd5e13cf6c317a183bc3e6c59a03
See https://mlir.llvm.org/ for more information.