MSYS2/CMake: Fix asciidoctor invocation

CMake does not use any shell to run execute_process(). When
running asciidoctor we must use the batch file. Put that before
"asciidoctor" (a ruby script) so CMake uses that instead.
pespin/osmux-wip
João Valverde 2021-11-07 20:23:59 +00:00 committed by Wireshark GitLab Utility
parent 09f020b3f3
commit a3fe5c6162
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ INCLUDE(FindChocolatey)
FIND_PROGRAM(ASCIIDOCTOR_EXECUTABLE
NAMES
asciidoctorj
asciidoctor.bat
asciidoctor
asciidoctor.ruby2.1
# XXX Add Asciidoctor.js releases (asciidoctor-linux,