Commit 49f2e9f7 authored by Sergei Golubchik's avatar Sergei Golubchik

update bison version dependency

need at least 2.4 because we use
per-type %destructor that was added after 2.3 in 2.3a
parent 8bb8820d
......@@ -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
......
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