mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
update bison version dependency
need at least 2.4 because we use per-type %destructor that was added after 2.3 in 2.3a
This commit is contained in:
parent
8bb8820df2
commit
49f2e9f700
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ ADD_CUSTOM_COMMAND(
|
|||
DEPENDS gen_lex_token
|
||||
)
|
||||
|
||||
FIND_PACKAGE(BISON 2.0)
|
||||
FIND_PACKAGE(BISON 2.4)
|
||||
|
||||
ADD_CUSTOM_COMMAND(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/yy_mariadb.yy
|
||||
|
|
Loading…
Reference in a new issue