From 9ee3dbe11e33c978cffaddb8ec2d87c88a9fb596 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sat, 22 Jun 2024 11:21:55 +0200 Subject: [PATCH] Set minimum bison version according to INSTALL.md --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9953597a6b..fa96674dd25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,7 +342,7 @@ if(WITH_CORE) endif() find_package(FLEX 2.6 REQUIRED) - find_package(BISON REQUIRED) + find_package(BISON 2.4 REQUIRED) ############################################################# # search for dependencies