view cmake/FindSphinx.cmake @ 1120:9651fabca17d

installation help: fixed default installation directory path and using bash for starting the script as this works also if there are no executable permissions.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 17 Sep 2014 09:15:47 +0200
parents af27328bea9d
children a974b61a5cce
line wrap: on
line source
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)

http://wald.intevation.org/projects/trustbridge/