cmake: ensure PYTHON_EXECUTABLE is set

release-v0.7.1.0
moneromooo-monero 5 years ago
parent 85014813cf
commit 6e46b06308
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save