cmake: ensure PYTHON_EXECUTABLE is set

This commit is contained in:
moneromooo-monero 2019-06-08 23:58:11 +00:00
parent 85014813cf
commit 6e46b06308
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ include(CheckCXXCompilerFlag)
include(CheckLinkerFlag)
include(CheckLibraryExists)
include(CheckFunctionExists)
include(FindPythonInterp)
if (IOS)
INCLUDE(CmakeLists_IOS.txt)