foundationdb/cmake/FindSphinx.cmake

8 lines
163 B
CMake
Raw Normal View History

2019-02-07 09:54:01 +08:00
find_program(SPHINXBUILD
sphinx-build
DOC "Sphinx-build tool")
find_package_handle_standard_args(Sphinx
FOUND_VAR SPHINX_FOUND
REQUIRED_VARS SPHINXBUILD)