FindPOD.cmake: look for pod2html.bat

Strawberryperl 5.24.1.1 installs "pod2man", "pod2man.bat" and
"pod2html.bat", but not "pod2html" so find_program cannot locate it.

Change-Id: Id52ee7e77bbbfc8c2fcc6ab66c498d4818f54bf8
Reviewed-on: https://code.wireshark.org/review/21350
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Peter Wu 2017-04-26 15:44:29 +02:00
parent 35f620c533
commit 50a1f90398
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ find_program(POD2MAN_EXECUTABLE
find_program(POD2HTML_EXECUTABLE
NAMES
pod2html
pod2html.bat
PATHS
${CYGWIN_INSTALL_PATH}/bin
/bin