aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-10-05 14:42:05 +0100
committerGerald Combs <gerald@wireshark.org>2022-10-10 16:37:53 +0000
commit2fdd9d2e5dc11e7f74c8e3038b2b8d540b1de19c (patch)
tree6c89873ff1a71dba77bac724940577c53e38b242
parent5a86ac3149b5034e2fb0a4c4571f91705dc0f5d2 (diff)
Windows: Fix detection of asciidoctor again
Scoop uses "asciidoctorj.cmd". The others were added for completeness.
-rw-r--r--cmake/modules/FindAsciidoctor.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/modules/FindAsciidoctor.cmake b/cmake/modules/FindAsciidoctor.cmake
index 67cbc8d8e1..7a6f71616f 100644
--- a/cmake/modules/FindAsciidoctor.cmake
+++ b/cmake/modules/FindAsciidoctor.cmake
@@ -8,7 +8,10 @@ INCLUDE(FindChocolatey)
FIND_PROGRAM(ASCIIDOCTOR_EXECUTABLE
NAMES
+ asciidoctorj.cmd
+ asciidoctorj.bat
asciidoctorj
+ asciidoctor.cmd
asciidoctor.bat
asciidoctor
asciidoctor.ruby2.1