chore(ctest): fix typo in CTEST_DROP_LOCATION

This commit is contained in:
Soonho Kong 2013-11-25 03:14:35 -05:00
parent ac5a061f2a
commit 03791b099c

View file

@ -19,7 +19,7 @@ set(MEMORYCHECK_COMMAND_OPTIONS "-q --tool=memcheck --leak-check=yes --workaroun
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "borel.modck.cs.cmu.edu")
set(CTEST_DROP_LOCATION "/CDash-2-0-2/submit.php?project=Lean")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Lean")
set(CTEST_DROP_SITE_CDASH TRUE)
set(UPDATE_COMMAND "git")