Commit 453bac08 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

CMake - when searching bison, look also for win_bison

win_bison belongs winflexbison project, which is Windows most up-to-date
bison distro.
parent 08cb5d84
......@@ -27,7 +27,7 @@ IF(WIN32)
C:/cygwin64/bin
C:/cygwin/bin)
ENDIF()
FIND_PROGRAM(BISON_EXECUTABLE bison
FIND_PROGRAM(BISON_EXECUTABLE NAMES bison win_bison
${BISON_PATH_HINTS}
DOC "path to the bison executable")
MARK_AS_ADVANCED(BISON_EXECUTABLE "")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment