]> granicus.if.org Git - graphviz/commit
CMake: when finding Bison, require ≥3.0
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Jun 2021 20:07:10 +0000 (13:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 22:35:32 +0000 (15:35 -0700)
commitc8cd2571b9de64d3ac4c5ec8082821bf13f0e6b9
treef404471575ecc45813f5c796836876ae1489ee42
parent3c40ffe5032891958214c9f01e128aafe535f861
CMake: when finding Bison, require ≥3.0

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.
CHANGELOG.md
CMakeLists.txt