Update minimum flex version.

Fixes #5072
This commit is contained in:
Gunnar Beutner 2013-11-21 11:22:51 +01:00
parent 4612f6f5ba
commit 2cefcb5bfa
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
find_package(BISON 2.3.0 REQUIRED)
find_package(FLEX 2.5.37 REQUIRED)
find_package(FLEX 2.5.31 REQUIRED)
bison_target(config_parser config_parser.yy ${CMAKE_CURRENT_BINARY_DIR}/config_parser.cc)
flex_target(config_lexer config_lexer.ll ${CMAKE_CURRENT_BINARY_DIR}/config_lexer.cc)

View File

@ -16,7 +16,7 @@
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
find_package(BISON 2.3.0 REQUIRED)
find_package(FLEX 2.5.37 REQUIRED)
find_package(FLEX 2.5.31 REQUIRED)
bison_target(class_parser class_parser.yy ${CMAKE_CURRENT_BINARY_DIR}/class_parser.cc)
flex_target(class_lexer class_lexer.ll ${CMAKE_CURRENT_BINARY_DIR}/class_lexer.cc)