diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-06-08 23:58:11 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-08-28 15:56:32 +0000 |
| commit | 6e46b06308cd2b4427d9810e5146b434b5d225cb (patch) | |
| tree | 2579fc42ad5620fa7964a8cb7dfaf882ae0219f9 | |
| parent | 85014813cf51c5704ebf77fc9af3d196c859b373 (diff) | |
| download | monzero-core-6e46b06308cd2b4427d9810e5146b434b5d225cb.tar.gz monzero-core-6e46b06308cd2b4427d9810e5146b434b5d225cb.tar.xz monzero-core-6e46b06308cd2b4427d9810e5146b434b5d225cb.zip | |
cmake: ensure PYTHON_EXECUTABLE is set
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60fcf130e..e458d8ead 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ include(CheckCXXCompilerFlag) include(CheckLinkerFlag) include(CheckLibraryExists) include(CheckFunctionExists) +include(FindPythonInterp) if (IOS) INCLUDE(CmakeLists_IOS.txt) |
