Merge pull request #57830 from m-kuhn/min_bison

Set minimum bison version according to INSTALL.md
This commit is contained in:
Even Rouault 2024-06-22 17:05:53 +02:00 committed by GitHub
commit ec89b38853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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