diff --git a/eo/CMakeLists.txt b/eo/CMakeLists.txt index 9370f426..7fe0091c 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) ######################################################################################