diff --git a/cmake/FindDocutils.cmake b/cmake/FindDocutils.cmake new file mode 100644 index 0000000..0f5cfcc --- /dev/null +++ b/cmake/FindDocutils.cmake @@ -0,0 +1,42 @@ +# - Find python docutils +# +# This module defines the following variables: +# +# DOCUTILS_FOUND - system has docutils +# +# RST2HTML_EXECUTABLE - the rst2html executable + +#============================================================================= +# Copyright 2010 Sascha Peilicke