aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-08-28 18:36:55 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-08-29 11:21:54 +0000
commiteaa2cf0c21d301854357734cff193d822648ebe2 (patch)
treee292eae5976fff8bc295194b765155a1227c428b /cmake/modules
parentc2edb44a9ac2bcd6bff267bd4d7301caff248eca (diff)
Cmake: misplaced quote in epub asciidoctor_opts
Follow up to !3988
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindAsciidoctor.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindAsciidoctor.cmake b/cmake/modules/FindAsciidoctor.cmake
index 0f017c1cb7..833cd7d637 100644
--- a/cmake/modules/FindAsciidoctor.cmake
+++ b/cmake/modules/FindAsciidoctor.cmake
@@ -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}