forked from osmocom/wireshark
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
parent
09f020b3f3
commit
a3fe5c6162
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue