summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-15 07:38:29 -0400
committerBrad King <brad.king@kitware.com>2010-06-15 07:38:29 -0400
commit90221c8ea1699deb4a7a37fcd0833945a31d6f4d (patch)
tree25cd6d0f91d1185ef301846421a2a923b8d8d3ef
parent2228366c3ee66de17b01639edfb1f575336a49d3 (diff)
downloadcmake-90221c8ea1699deb4a7a37fcd0833945a31d6f4d.tar.gz
Test 'next' by default for non-nightly builds
-rw-r--r--cmake_common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake_common.cmake b/cmake_common.cmake
index 08b439af98..d1579e3826 100644
--- a/cmake_common.cmake
+++ b/cmake_common.cmake
@@ -111,7 +111,7 @@ if(dashboard_use_git_repo)
if("${dashboard_model}" STREQUAL "Nightly")
set(dashboard_git_branch nightly)
else()
- set(dashboard_git_branch master)
+ set(dashboard_git_branch next)
endif()
endif()
if(NOT DEFINED dashboard_git_crlf)