From 1990bffd2b29b216dafe88d1cd646e57face521a Mon Sep 17 00:00:00 2001 From: tlegrand Date: Wed, 19 Sep 2007 11:40:31 +0000 Subject: [PATCH] Several fixes --- eo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/CMakeLists.txt b/eo/CMakeLists.txt index 9370f4265..7fe0091c7 100644 --- a/eo/CMakeLists.txt +++ b/eo/CMakeLists.txt @@ -84,7 +84,7 @@ ENDIF(WIN32 AND NOT CYGWIN) ### 3) Where must cmake go now ? ###################################################################################### -SUBDIRS(app contrib doc src test tutorial) +SUBDIRS(app doc src test tutorial) ######################################################################################