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 | Merge pull request #5868 (diff) | |
parent | cmake: ensure PYTHON_EXECUTABLE is set (diff) | |
download | monero-46fbc7e13e201c7da72390df24d5a730f6190e37.tar.xz |
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) |