mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
cmake: ensure PYTHON_EXECUTABLE is set
This commit is contained in:
parent
85014813cf
commit
6e46b06308
@ -34,6 +34,7 @@ include(CheckCXXCompilerFlag)
|
|||||||
include(CheckLinkerFlag)
|
include(CheckLinkerFlag)
|
||||||
include(CheckLibraryExists)
|
include(CheckLibraryExists)
|
||||||
include(CheckFunctionExists)
|
include(CheckFunctionExists)
|
||||||
|
include(FindPythonInterp)
|
||||||
|
|
||||||
if (IOS)
|
if (IOS)
|
||||||
INCLUDE(CmakeLists_IOS.txt)
|
INCLUDE(CmakeLists_IOS.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user