[MDEV-16424] replace cmake/bison.cmake with cmake's builtin FindBison module Created: 2018-06-07 Updated: 2018-06-20 Resolved: 2018-06-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Fix Version/s: | 10.3.8 |
| Type: | Task | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This is cleanup task. FIND_PACKAGE(BISON 2.0) would be responsible for finding and version check. RUN_BISON will be replaced by BISON_TARGET. One advantage, apart from removing own code, is supporting for better (newer/less buggy) Windows bison "win_bison" from here https://sourceforge.net/projects/winflexbison/ |