Skip to content

Commit

Permalink
update bison version dependency
Browse files Browse the repository at this point in the history
need at least 2.4 because we use
per-type %destructor that was added after 2.3 in 2.3a
  • Loading branch information
vuvova committed Mar 27, 2024
1 parent 8bb8820 commit 49f2e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49f2e9f

Please sign in to comment.