Ensure that CMake tries to find Python3 before processing
authorChristopher Tetreault <ctetreau@quicinc.com>
Wed, 13 May 2020 20:31:43 +0000 (13:31 -0700)
committerChristopher Tetreault <ctetreau@quicinc.com>
Wed, 13 May 2020 20:56:48 +0000 (13:56 -0700)
commitf829ba60dadb71340318d525708e33b08ad61f8b
tree6003bfc8e03561a440829dc37e580085daa911e3
parentee33ee68fe5d9990d5812ea4347e5741337b0881
Ensure that CMake tries to find Python3 before processing

Summary:
It is possible that CMake tries to process debuginfo-tests before any
attempt to find Python3. Ensure that CMake attempts to find it before
complaining that it doesn't exist.

Reviewers: zturner, rnk, jmorse, chandlerc

Reviewed By: rnk

Subscribers: mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79795
debuginfo-tests/CMakeLists.txt