summaryrefslogtreecommitdiff
path: root/Tests/ExternalProjectUpdate
diff options
context:
space:
mode:
authorMatt McCormick <matt.mccormick@kitware.com>2012-11-01 15:50:58 +0000
committerBrad King <brad.king@kitware.com>2012-11-13 13:34:44 -0500
commit0a34433dfbd001c5144a2a5889a35a98579f9760 (patch)
treeb5dc3fe91ea0761fede8fc0d3e4d9ee643d4b8e6 /Tests/ExternalProjectUpdate
parent9b66c8faf5a2c0d482c5565056ce844b7b4570ad (diff)
downloadcmake-0a34433dfbd001c5144a2a5889a35a98579f9760.tar.gz
ExternalProject: Make sure the ExternalProjectUpdate setup is available.
This prepares the numberous tests that occur in the ExternalProjectUpdate test. The tests were passing previously because a fresh build was not performed.
Diffstat (limited to 'Tests/ExternalProjectUpdate')
-rw-r--r--Tests/ExternalProjectUpdate/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ExternalProjectUpdate/CMakeLists.txt b/Tests/ExternalProjectUpdate/CMakeLists.txt
index cb3a94e546..c33e90b51b 100644
--- a/Tests/ExternalProjectUpdate/CMakeLists.txt
+++ b/Tests/ExternalProjectUpdate/CMakeLists.txt
@@ -41,7 +41,7 @@ endif()
# This should be specified from the command line.
if(NOT TEST_GIT_TAG)
- message(FATAL_ERROR "TEST_GIT_TAG must be specified.")
+ set(TEST_GIT_TAG origin/master)
endif()
if(do_git_tests)