Merge pull request #5869
6e46b06
cmake: ensure PYTHON_EXECUTABLE is set (moneromooo-monero)
This commit is contained in:
commit
46fbc7e13e
|
@ -34,6 +34,7 @@ include(CheckCXXCompilerFlag)
|
|||
include(CheckLinkerFlag)
|
||||
include(CheckLibraryExists)
|
||||
include(CheckFunctionExists)
|
||||
include(FindPythonInterp)
|
||||
|
||||
if (IOS)
|
||||
INCLUDE(CmakeLists_IOS.txt)
|
||||
|
|
Loading…
Reference in New Issue