aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/FindDocutils.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake/Modules/FindDocutils.cmake')
-rw-r--r--host/cmake/Modules/FindDocutils.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/FindDocutils.cmake b/host/cmake/Modules/FindDocutils.cmake
index 7b103879e..2f7f3fa6a 100644
--- a/host/cmake/Modules/FindDocutils.cmake
+++ b/host/cmake/Modules/FindDocutils.cmake
@@ -6,6 +6,6 @@
#
########################################################################
-FIND_PROGRAM(RST2HTML_EXECUTABLE NAMES rst2html rst2html.py)
-INCLUDE(FindPackageHandleStandardArgs)
+find_program(RST2HTML_EXECUTABLE NAMES rst2html rst2html.py)
+include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Docutils DEFAULT_MSG RST2HTML_EXECUTABLE)