浏览代码

Ifdef code that is missing

Andy Cedilnik 23 年之前
父节点
当前提交
8be12bb34f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Source/cmCTest.cxx

+ 2 - 0
Source/cmCTest.cxx

@@ -481,6 +481,7 @@ int cmCTest::UpdateDirectory()
     }
 
   std::string extra_update_opts;
+#ifdef HAVE_CURL
   if ( m_TestModel == cmCTest::NIGHTLY )
     {
     struct tm* t = ::GetNightlyTime(m_DartConfiguration["NightlyStartTime"]);
@@ -493,6 +494,7 @@ int cmCTest::UpdateDirectory()
     extra_update_opts += "-D \"" + today_update_date +"\"";
     //std::cout << "Update: " << extra_update_opts << std::endl;
     }
+#endif
 
   std::string command = cvsCommand + " -z3 update " + cvsOptions +
     " " + extra_update_opts;