alternate sphinx name

This commit is contained in:
Erik Frojdh 2020-08-13 10:15:45 +02:00
parent d822600c68
commit 854d8d4ae2

View File

@ -1,6 +1,6 @@
#Look for an executable called sphinx-build #Look for an executable called sphinx-build
find_program(SPHINX_EXECUTABLE find_program(SPHINX_EXECUTABLE
NAMES sphinx-build NAMES sphinx-build sphinx-build-3.6
DOC "Path to sphinx-build executable") DOC "Path to sphinx-build executable")
include(FindPackageHandleStandardArgs) include(FindPackageHandleStandardArgs)