Skip to content

Commit

Permalink
Set minimum bison version according to INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 22, 2024
1 parent cfb57fd commit 9ee3dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ee3dbe

Please sign in to comment.