| commit | 36c23bd5fd92ad846cdbf8b7ecd6a87b7d3efae4 | [log] [tgz] |
|---|---|---|
| author | Haowei Hsu <71438617+hwhsu1231@users.noreply.github.com> | Thu Aug 18 05:18:39 2022 +0800 |
| committer | GitHub <noreply@github.com> | Wed Aug 17 14:18:39 2022 -0700 |
| tree | a51b6e5b64279389f0953170ff3ee00a1dac6dbb | |
| parent | 9ff0f3a7d6a79194cc251407d34821ae59849937 [diff] |
Prepare for deprecating FindPythonInterp module. (#3040) * Prepare for deprecating FindPythonInterp module. Since FindPythonInterp module is deprecated after CMake 3.12, it is better to start using the new FindPython module. * Add the proper punctuation in comments.