mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
8 lines
163 B
CMake
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)
|