mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: always detect python, it's neeed for some tests
This commit is contained in:
parent
8646bd0086
commit
9f9571aa3d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue