changeset 331:3841075afdde

Added comment on minimum flex version
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 26 Mar 2009 07:31:24 +0900
parents 91bba31a7706
children 9a0a3220ad9f
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Mar 19 17:45:13 2009 +0900
+++ b/CMakeLists.txt	Thu Mar 26 07:31:24 2009 +0900
@@ -24,6 +24,8 @@
 IF( NOT BISON_EXECUTABLE OR NOT FLEX_EXECUTABLE )
   MESSAGE( SEND_ERROR "Bison and Flex are required" )
 ENDIF( NOT BISON_EXECUTABLE OR NOT FLEX_EXECUTABLE )
+# Check that flex is at least 2.5.20 to support bison-bridge
+# how to do the check with cmake???
 
 # Location for the waaad source code
 SUBDIRS(waaad)
"Welcome to our mercurial repository"