From 75c641d22b672a0fb18c34f7065c3eeeb657ded3 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 22 Aug 2021 10:39:42 +0200 Subject: [PATCH] need at least Bison 2.4 for `%define api.pure` --- sql/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index ccab25adb2a..906c9d30bc9 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -325,7 +325,7 @@ IF(WITH_MYSQLD_LDFLAGS) ENDIF() -FIND_PACKAGE(BISON 2.0) +FIND_PACKAGE(BISON 2.4) # Handle out-of-source build from source package with possibly broken