Merge pull request #5869

6e46b06 cmake: ensure PYTHON_EXECUTABLE is set (moneromooo-monero)
This commit is contained in:
luigi1111 2019-09-14 13:11:57 -05:00
commit 46fbc7e13e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
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)