From 854d8d4ae287996a3375f5501e872987eca5014c Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 13 Aug 2020 10:15:45 +0200 Subject: [PATCH] alternate sphinx name --- cmake/FindSphinx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake index 7e5dfd065..f42276f59 100644 --- a/cmake/FindSphinx.cmake +++ b/cmake/FindSphinx.cmake @@ -1,6 +1,6 @@ #Look for an executable called sphinx-build find_program(SPHINX_EXECUTABLE - NAMES sphinx-build + NAMES sphinx-build sphinx-build-3.6 DOC "Path to sphinx-build executable") include(FindPackageHandleStandardArgs)