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
@ -65,7 +65,7 @@ ADD_CUSTOM_COMMAND(
|
|||||||
DEPENDS gen_lex_token
|
DEPENDS gen_lex_token
|
||||||
)
|
)
|
||||||
|
|
||||||
FIND_PACKAGE(BISON 2.0)
|
FIND_PACKAGE(BISON 2.4)
|
||||||
|
|
||||||
ADD_CUSTOM_COMMAND(
|
ADD_CUSTOM_COMMAND(
|
||||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/yy_mariadb.yy
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/yy_mariadb.yy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user