changeset 334:9a0a3220ad9f

Automated merge with ssh://thedoc@morbier.koganei.wide.ad.jp//var/hg/repos/waaad/
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 31 Mar 2009 15:59:14 +0900
parents 3841075afdde (diff) 70384e14ba9e (current diff)
children 7bdc3fc65ae2
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Mar 31 15:59:00 2009 +0900
+++ b/CMakeLists.txt	Tue Mar 31 15:59:14 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"