Remove status messages about Sphinx detection
authorTeemu Murtola <teemu.murtola@gmail.com>
Wed, 1 Jul 2015 03:21:41 +0000 (06:21 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 2 Jul 2015 10:04:27 +0000 (12:04 +0200)
commit0dbf5ddb73c00684221626c57b200416bfc3ceed
treeb0c15d7081a5534b172d657379aea1f69a184ce1
parentb8ec3e0cbd4ff2574bac2e89d7d489ac1604a996
Remove status messages about Sphinx detection

Make FindSphinx.cmake and FindPythonModule.cmake respect the QUIET
option, and pass that to find_package() to not print out information on
every CMake run.  Most people will not care whether these are found or
not, and being silent in all cases is the same approach as is used for
Doxygen.

In master, it could be useful to change at least some of the documentation
build rules such that they require GMX_DEVELOPER_BUILD to be set, and
that could also enable messages about not finding the components needed
for the documentation build, but that is outside the scope of this
change.

Fixes part of #1761 and #1764.

Change-Id: I196f5e66c94fe4247ae28bd230a469acbaad939a
cmake/FindPythonModule.cmake
cmake/FindSphinx.cmake
docs/CMakeLists.txt