AlphaFold3 / weight /_dep /libmcfp /cmake /FindSphinx.cmake
wuxing0105's picture
Add files using upload-large-folder tool
0bd2a62 verified
Raw
History Blame Contribute Delete
435 Bytes
#Look for an executable called sphinx-build
find_program(SPHINX_EXECUTABLE
NAMES sphinx-build
DOC "Path to sphinx-build executable")
include(FindPackageHandleStandardArgs)
#Handle standard arguments to find_package like REQUIRED and QUIET
find_package_handle_standard_args(Sphinx
"Failed to find sphinx-build executable"
SPHINX_EXECUTABLE)