diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-09-14 13:11:57 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-14 13:11:57 -0500 |
| commit | 46fbc7e13e201c7da72390df24d5a730f6190e37 (patch) | |
| tree | 6dcd4849b3ff1b1b5bbbea4004ed70fc2a530eff | |
| parent | b52620800100063ffac771e98101ae10fb5a3fbd (diff) | |
| parent | 6e46b06308cd2b4427d9810e5146b434b5d225cb (diff) | |
| download | monzero-core-46fbc7e13e201c7da72390df24d5a730f6190e37.tar.gz monzero-core-46fbc7e13e201c7da72390df24d5a730f6190e37.tar.xz monzero-core-46fbc7e13e201c7da72390df24d5a730f6190e37.zip | |
Merge pull request #5869
6e46b06 cmake: ensure PYTHON_EXECUTABLE is set (moneromooo-monero)
| -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) |
