Skip to content

Commit

Permalink
Pump minimum Bison version to 3.0
Browse files Browse the repository at this point in the history
It's available in Debian oldstable, so 'everywhere'.

See: https://invent.kde.org/frameworks/solid/-/merge_requests/44
  • Loading branch information
ahmadsamir committed Jun 30, 2021
1 parent d0b3434 commit fc55736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -65,7 +65,7 @@ set_package_properties(FLEX PROPERTIES
PURPOSE "Required for the Trader parser"
)

find_package(BISON 2.4.1 REQUIRED)
find_package(BISON 3.0 REQUIRED)
set_package_properties(BISON PROPERTIES
URL "http://www.gnu.org/software/bison"
DESCRIPTION "general-purpose parser generator"
Expand Down

0 comments on commit fc55736

Please sign in to comment.