doc: enforce minimum python version
This was still set to 3.4, and does not include REQUIRED to fail the build in case of an old version. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
fc941d583e
commit
0095daefbc
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ else()
|
|||
message(STATUS "West: not found")
|
||||
endif()
|
||||
|
||||
find_package(PythonInterp 3.4)
|
||||
find_package(PythonInterp 3.6 REQUIRED)
|
||||
set(DOXYGEN_SKIP_DOT True)
|
||||
find_package(Doxygen REQUIRED)
|
||||
find_package(LATEX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue