diff options
author | Matt McCormick <matt.mccormick@kitware.com> | 2012-11-01 15:50:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-13 18:34:44 (GMT) |
commit | 0a34433dfbd001c5144a2a5889a35a98579f9760 (patch) | |
tree | b5dc3fe91ea0761fede8fc0d3e4d9ee643d4b8e6 /Tests/ExternalProjectUpdate | |
parent | 9b66c8faf5a2c0d482c5565056ce844b7b4570ad (diff) | |
download | CMake-0a34433dfbd001c5144a2a5889a35a98579f9760.zip CMake-0a34433dfbd001c5144a2a5889a35a98579f9760.tar.gz CMake-0a34433dfbd001c5144a2a5889a35a98579f9760.tar.bz2 |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ExternalProjectUpdate/CMakeLists.txt b/Tests/ExternalProjectUpdate/CMakeLists.txt index cb3a94e..c33e90b 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) |