foundationdb/cmake/FindSphinx.cmake
2019-02-15 00:01:42 -08:00

8 lines
163 B
CMake

find_program(SPHINXBUILD
sphinx-build
DOC "Sphinx-build tool")
find_package_handle_standard_args(Sphinx
FOUND_VAR SPHINX_FOUND
REQUIRED_VARS SPHINXBUILD)