aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-04-26 15:44:29 +0200
committerPeter Wu <peter@lekensteyn.nl>2017-04-26 21:52:34 +0000
commit50a1f903987ef3f577a2e744c225d88a556dd526 (patch)
tree4dc17fe8eddc7b4c81379160cdd1bdec188540c9 /cmake
parent35f620c533d688413e4b807fd001bdc914cf7784 (diff)
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>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindPOD.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindPOD.cmake b/cmake/modules/FindPOD.cmake
index 199ce9b8e2..e3f4e9b2d8 100644
--- a/cmake/modules/FindPOD.cmake
+++ b/cmake/modules/FindPOD.cmake
@@ -19,6 +19,7 @@ find_program(POD2MAN_EXECUTABLE
find_program(POD2HTML_EXECUTABLE
NAMES
pod2html
+ pod2html.bat
PATHS
${CYGWIN_INSTALL_PATH}/bin
/bin