diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-11-27 21:35:00 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2018-11-28 23:29:13 (GMT) |
commit | c339b64cf241788edd9f886daff619eec41dc242 (patch) | |
tree | 73b5ca521097268ec61d66c72d8ce40b78d8ca2e /Modules | |
parent | aebdad399efb1394f904428b52011513f7dd0b7c (diff) | |
download | CMake-c339b64cf241788edd9f886daff619eec41dc242.zip CMake-c339b64cf241788edd9f886daff619eec41dc242.tar.gz CMake-c339b64cf241788edd9f886daff619eec41dc242.tar.bz2 |
CTest: Remove submit method 'scp'
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CTest.cmake | 3 | ||||
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake index 18bb452..8848bdd 100644 --- a/Modules/CTest.cmake +++ b/Modules/CTest.cmake @@ -177,9 +177,6 @@ if(BUILD_TESTING) ) set(MEMORYCHECK_SUPPRESSIONS_FILE "" CACHE FILEPATH "File that contains suppressions for the memory checker") - find_program(SCPCOMMAND scp DOC - "Path to scp command, used by CTest for submitting results to a Dart server" - ) find_program(COVERAGE_COMMAND gcov DOC "Path to the coverage program that CTest uses for performing coverage inspection" ) diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index b86a5a9..735cadd 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -30,7 +30,6 @@ DropSitePassword: @DROP_SITE_PASSWORD@ DropSiteMode: @DROP_SITE_MODE@ DropMethod: @DROP_METHOD@ TriggerSite: @TRIGGER_SITE@ -ScpCommand: @SCPCOMMAND@ # Dashboard start time NightlyStartTime: @NIGHTLY_START_TIME@ |