From 2d2cc2845410e3fed8e6b44f58caaa1e3187c98c Mon Sep 17 00:00:00 2001 From: "Matt Raykowski\"" Date: Fri, 24 Sep 2010 08:50:22 -0500 Subject: [PATCH] Changed: Fixed the CTest suite for CI and Nightly builds - may not update repo. --- code/CTestConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CTestConfig.cmake b/code/CTestConfig.cmake index 236efcfd2..88db044ea 100644 --- a/code/CTestConfig.cmake +++ b/code/CTestConfig.cmake @@ -6,7 +6,7 @@ ## INCLUDE(Dart) set(CTEST_PROJECT_NAME "RyzomCore") set(CTEST_NIGHTLY_START_TIME "00:00:00 CST") - +set(CTEST_UPDATE_TYPE "hg") set(CTEST_DROP_METHOD "http") set(CTEST_DROP_SITE "www.opennel.org") set(CTEST_DROP_LOCATION "/cdash/submit.php?project=RyzomCore")