1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-26 09:22:34 +08:00
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)