summaryrefslogtreecommitdiff
path: root/CMake/FindSphinx.cmake
blob: 237d02630477387d3ce9519acf2352ad373303e7 (plain)
1
2
3
4
5
6
7
8
find_program(SPHINX_EXECUTABLE
             NAMES sphinx-build
             DOC "Path to sphinx-build executable")
include(FindPackageHandleStandardArgs)

find_package_handle_standard_args(Sphinx
                                  "Failed to find sphinx-build executable"
                                  SPHINX_EXECUTABLE)