File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ option(BUILD_DOCUMENTATION "Build API documentation using Doxygen. (make doc)"
45
45
# The directory to place the generated output. (Default: ${CMAKE_CURRENT_BINARY_DIR}/doc)
46
46
#
47
47
# INSTALL_PATH <str>
48
- # The path to install the documenttation under. (if not specified, defaults to
48
+ # The path to install the documentation under. (if not specified, defaults to
49
49
# 'share/${PROJECT_NAME})
50
50
#
51
51
# DOXYFILE_PATH <str>
@@ -74,7 +74,7 @@ function(build_docs)
74
74
if (NOT EXISTS ${DOXYFILE_PATH} )
75
75
message (
76
76
SEND_ERROR
77
- "Could not find Doxyfile to use for procesing documentation at: ${DOXYFILE_PATH} "
77
+ "Could not find Doxyfile to use for processing documentation at: ${DOXYFILE_PATH} "
78
78
)
79
79
return ()
80
80
endif ()
You can’t perform that action at this time.
0 commit comments