We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd146f commit 5570ac5Copy full SHA for 5570ac5
cmake/render_manpage.cmake
@@ -24,7 +24,7 @@ function(add_manpage_source markdown)
24
set(_multiValueArgs)
25
cmake_parse_arguments(_MANPAGE "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN})
26
27
- find_program(_PYTHON_EXE python python3)
+ find_program(_PYTHON_EXE python3 python)
28
if(NOT _PYTHON_EXE)
29
find_package(Python3 REQUIRED)
30
set(_PYTHON_EXE "${Python3_EXECUTABLE}")
0 commit comments