From aac30ba2d16ce496d0ecc37124febd0a8d6ae7b6 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 8 Jan 2019 19:12:43 +0100 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- cmake/modules/FindYACC.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake/modules/FindYACC.cmake') diff --git a/cmake/modules/FindYACC.cmake b/cmake/modules/FindYACC.cmake index 9360d71a1a..c96f87b389 100644 --- a/cmake/modules/FindYACC.cmake +++ b/cmake/modules/FindYACC.cmake @@ -2,7 +2,6 @@ # - Find bison/yacc executable # -INCLUDE(FindCygwin) INCLUDE(FindChocolatey) FIND_PROGRAM(YACC_EXECUTABLE @@ -12,7 +11,6 @@ FIND_PROGRAM(YACC_EXECUTABLE yacc PATHS ${CHOCOLATEY_BIN_PATH} - ${CYGWIN_INSTALL_PATH}/bin /bin /usr/bin /usr/local/bin -- cgit v1.2.3