Merge pull request #5869

6e46b06 cmake: ensure PYTHON_EXECUTABLE is set (moneromooo-monero)
release-v0.7.1.0
luigi1111 5 years ago
commit 46fbc7e13e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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

Loading…
Cancel
Save