Created
November 25, 2013 04:50
-
-
Save apathyboy/7636542 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find_program(SPHINX_EXECUTABLE NAMES sphinx-build | |
| HINTS | |
| $ENV{SPHINX_DIR} | |
| PATH_SUFFIXES bin | |
| DOC "Sphinx documentation generator" | |
| ) | |
| include(FindPackageHandleStandardArgs) | |
| find_package_handle_standard_args(Sphinx DEFAULT_MSG | |
| SPHINX_EXECUTABLE | |
| ) | |
| mark_as_advanced(SPHINX_EXECUTABLE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment