summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindSphinx.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake
new file mode 100644
index 000000000..cc71d15bb
--- /dev/null
+++ b/cmake/FindSphinx.cmake
@@ -0,0 +1,8 @@
+# Find Sphinx
+
+find_program(SPHINX_EXECUTABLE
+ NAMES sphinx-build
+ DOC "Path to sphinx-build executable")
+include(FindPackageHandleStandardArgs)
+find_package_handle_standard_args(Sphinx DEFAULT_MSG SPHINX_EXECUTABLE)
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback