diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-03 11:10:09 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-11 11:08:30 +0000 |
commit | 9f9571aa3d1f86feb46408dfc93abc7a8433095e (patch) | |
tree | 7cfc53ca0b4fca2129866be4fa356a34dfc2cfcb /CMakeLists.txt | |
parent | functional_tests: exit with 1 if any test fails (diff) | |
download | monero-9f9571aa3d1f86feb46408dfc93abc7a8433095e.tar.xz |
cmake: always detect python, it's neeed for some tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 543e58eca..f40021764 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1028,3 +1028,5 @@ option(INSTALL_VENDORED_LIBUNBOUND "Install libunbound binary built from source CHECK_C_COMPILER_FLAG(-std=c11 HAVE_C11) + +find_package(PythonInterp) |