summaryrefslogtreecommitdiff
path: root/cmake/modules/FindYACC.cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-16 20:15:20 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-16 20:15:20 +0000
commitfae3157f04d1567a9fbc24e22f7fa9fad8ff1ef6 (patch)
tree4dd674ba958f21ab330fc64bb3b2b54207ebf5e5 /cmake/modules/FindYACC.cmake
parent705083d2790976821c4c7db6eb95eb2aa071a2ae (diff)
downloadwireshark-fae3157f04d1567a9fbc24e22f7fa9fad8ff1ef6.tar.gz
Look for win_flex and win_bison.
svn path=/trunk/; revision=54830
Diffstat (limited to 'cmake/modules/FindYACC.cmake')
-rw-r--r--cmake/modules/FindYACC.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindYACC.cmake b/cmake/modules/FindYACC.cmake
index 0bbd287484..1f374d274a 100644
--- a/cmake/modules/FindYACC.cmake
+++ b/cmake/modules/FindYACC.cmake
@@ -16,6 +16,7 @@ INCLUDE(FindCygwin)
FIND_PROGRAM(YACC_EXECUTABLE
NAMES
bison
+ win_bison
yacc
PATHS
${CYGWIN_INSTALL_PATH}/bin