Commit
4a13c9598ad3d950a251e5d3e5be8d05c59c6214 made the minimum Bison baseline
3.0. This change teaches CMake ths constraint, so using a version of Bison <3.0
now results in a clearer error during configuration rather than a cryptic
failure during build. Closes #1916.
- updated Graphviz bug report URL in the Autotools build system
- Fix `WIN32` path of `gvc.def` specified in `libgvc_la_LDFLAGS`
+- the CMake build system now not only checks for Bison, but also ensures the
+ found version is recent enough #1916
### Fixed
# ============================= Build dependencies =============================
find_package(AWK REQUIRED)
-find_package(BISON REQUIRED)
+find_package(BISON 3.0 REQUIRED)
find_package(FLEX REQUIRED)
find_package(Git REQUIRED)