@@ -62,13 +62,13 @@ if(${PROJECT_NAME}_WITH_HTML_DOCUMENTATION)
62
62
OUTPUT "${_html_documentation_output} "
63
63
COMMAND "${SPHINX_BUILD_EXECUTABLE} "
64
64
-b html
65
- -Dproject=" ${PROJECT_NAME} "
66
- -Dversion=" ${PROJECT_VERSION} "
67
- -Drelease=" ${PROJECT_VERSION} "
65
+ " -Dproject=${PROJECT_NAME} "
66
+ " -Dversion=${PROJECT_VERSION} "
67
+ " -Drelease=${PROJECT_VERSION} "
68
68
${_html_theme_option}
69
- -Dhtml_title=" ${PROJECT_NAME} "
70
- -Dbreathe_default_project=" ${PROJECT_NAME} "
71
- -Dbreathe_projects.${PROJECT_NAME} =" ${_api_xml_output} "
69
+ " -Dhtml_title=${PROJECT_NAME} Documentation "
70
+ " -Dbreathe_default_project=${PROJECT_NAME} "
71
+ " -Dbreathe_projects.${PROJECT_NAME} =${_api_xml_output} "
72
72
"${CMAKE_CURRENT_SOURCE_DIR} "
73
73
"${_html_documentation_output} "
74
74
DEPENDS ${PROJECT_NAME} -API-XML
@@ -95,12 +95,11 @@ if(${PROJECT_NAME}_WITH_PDF_DOCUMENTATION)
95
95
OUTPUT "${_latex_documentation_output} "
96
96
COMMAND "${SPHINX_BUILD_EXECUTABLE} "
97
97
-b latex
98
- -Dproject="${PROJECT_NAME} "
99
- -Dversion="${PROJECT_VERSION} "
100
- -Drelease="${PROJECT_VERSION} "
101
- -Dhtml_title="${PROJECT_NAME} "
102
- -Dbreathe_default_project="${PROJECT_NAME} "
103
- -Dbreathe_projects.${PROJECT_NAME} ="${_api_xml_output} "
98
+ "-Dproject=${PROJECT_NAME} "
99
+ "-Dversion=${PROJECT_VERSION} "
100
+ "-Drelease=${PROJECT_VERSION} "
101
+ "-Dbreathe_default_project=${PROJECT_NAME} "
102
+ "-Dbreathe_projects.${PROJECT_NAME} =${_api_xml_output} "
104
103
"${CMAKE_CURRENT_SOURCE_DIR} "
105
104
"${_latex_documentation_output} "
106
105
DEPENDS ${PROJECT_NAME} -API-XML
0 commit comments