Cmake: misplaced quote in epub asciidoctor_opts

Follow up to !3988
This commit is contained in:
Chuck Craft 2021-08-28 18:36:55 -05:00 committed by Wireshark GitLab Utility
parent c2edb44a9a
commit eaa2cf0c21
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ if(ASCIIDOCTOR_EXECUTABLE)
if(ASCIIDOCTOR_EPUB_EXECUTABLE)
set(_asciidoctor_epub_common_command
${CMAKE_COMMAND} -E env TZ=UTC ASCIIDOCTORJ_OPTS="${_asciidoctorj_opts}"
${CMAKE_COMMAND} -E env TZ=UTC "ASCIIDOCTORJ_OPTS=${_asciidoctorj_opts}"
${ASCIIDOCTOR_EPUB_EXECUTABLE}
--backend epub3
${_asciidoctor_common_args}