diff options
author | Brad King <brad.king@kitware.com> | 2012-11-27 18:34:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-11-27 18:34:57 (GMT) |
commit | d5adbbcf9cf7443392a38eb980886833de104826 (patch) | |
tree | 412b6b8b402d3f890f998021b5eebd7241a215f7 /Modules/FindBISON.cmake | |
parent | dcb3701d76810b2bb7a4f498e4fe2fd925a57028 (diff) | |
parent | df293368933ce5698f62a359e3f2d244a60c33be (diff) | |
download | CMake-d5adbbcf9cf7443392a38eb980886833de104826.zip CMake-d5adbbcf9cf7443392a38eb980886833de104826.tar.gz CMake-d5adbbcf9cf7443392a38eb980886833de104826.tar.bz2 |
Merge topic 'winflexbison'
df29336 FindFLEX: Add support for the Win flex-bison distribution
e593f8a FindBISON: Add support for the Win flex-bison distribution
Diffstat (limited to 'Modules/FindBISON.cmake')
-rw-r--r-- | Modules/FindBISON.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindBISON.cmake b/Modules/FindBISON.cmake index a0afd34..4a3e68c 100644 --- a/Modules/FindBISON.cmake +++ b/Modules/FindBISON.cmake @@ -47,7 +47,7 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) -find_program(BISON_EXECUTABLE bison DOC "path to the bison executable") +find_program(BISON_EXECUTABLE NAMES bison win_bison DOC "path to the bison executable") mark_as_advanced(BISON_EXECUTABLE) if(BISON_EXECUTABLE) |