diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14b8cb78809b5bf04e07cda5dd9efe04484f4cf3..3536fb090258cfde62f7fed0ae5a452f9feb5897 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,8 +87,9 @@ if(CHAOS_MDS)
   #  LOG_CONFIGURE ON
   #  LOG_BUILD ON)
 
+CheckConfigureBuild(mongoclient mongo-cxx-driver:legacy-1.0.0-rc0 "--extralib=boost_system;--disable-warnings-as-errors;install-mongoclient" https://github.com/mongodb)
    
-CheckConfigureBuild(mongoclient mongo-cxx-driver:chaos-legacy "--extralib=boost_system;--disable-warnings-as-errors;install-mongoclient" https://github.com/amichelotti)
+#CheckConfigureBuild(mongoclient mongo-cxx-driver:chaos-legacy "--extralib=boost_system;--disable-warnings-as-errors;install-mongoclient" https://github.com/amichelotti)
 ENDIF()
 endif()