diff --git a/Source/CTest/cmCTestGIT.cxx b/Source/CTest/cmCTestGIT.cxx index 3f55f85bf..2c1a0afd9 100644 --- a/Source/CTest/cmCTestGIT.cxx +++ b/Source/CTest/cmCTestGIT.cxx @@ -281,8 +281,7 @@ bool cmCTestGIT::UpdateImpl() // No need to require >= 1.6.5.0 if there are no submodules. if(cmSystemTools::FileExists((top_dir + "/.gitmodules").c_str())) { - this->Log << "Git >= 1.6.5.0 required for submodule support\n"; - return false; + this->Log << "Git < 1.6.5.0 cannot update submodules recursively\n"; } }