aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindPOD.cmake
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-01-08 19:12:43 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-09 04:21:50 +0000
commitaac30ba2d16ce496d0ecc37124febd0a8d6ae7b6 (patch)
tree55e4d5b72c6a732dd431a72b54cb3751e2354087 /cmake/modules/FindPOD.cmake
parent796007e0e038e126ad775937084fee7468daac67 (diff)
CMake,WSDG: Remove Cygwin support
Declare Cygwin as unsupported and remove all supporting code. Simplify some Chocolatey notes in the WSDG. Remove FindPerl.cmake as it only existed to force use of Wireshark's bundled FindCygwin.cmake (bug 13922). FindXSLTPROC.cmake special handling for Cygwin was also removed, in theory this could cause issues when the PATH contains a Cygwin xsltproc, but it's unsupported anyway. Change-Id: Iabfac2b4a9fd930530505d27bdba618bdb8f7f34 Reviewed-on: https://code.wireshark.org/review/31452 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmake/modules/FindPOD.cmake')
-rw-r--r--cmake/modules/FindPOD.cmake7
1 files changed, 1 insertions, 6 deletions
diff --git a/cmake/modules/FindPOD.cmake b/cmake/modules/FindPOD.cmake
index 3326f2770f..15ce12e748 100644
--- a/cmake/modules/FindPOD.cmake
+++ b/cmake/modules/FindPOD.cmake
@@ -1,16 +1,12 @@
#
-# - Find unix commands from cygwin
-# This module looks for some usual Unix commands.
+# - Find pod2man and pod2html.
#
-include(FindCygwin)
-
find_program(POD2MAN_EXECUTABLE
NAMES
pod2man
pod2man.bat
PATHS
- ${CYGWIN_INSTALL_PATH}/bin
/bin
/usr/bin
/usr/local/bin
@@ -22,7 +18,6 @@ find_program(POD2HTML_EXECUTABLE
pod2html
pod2html.bat
PATHS
- ${CYGWIN_INSTALL_PATH}/bin
/bin
/usr/bin
/usr/local/bin