Browse Source

Merge topic 'fix-submit-url'

b8cb63457e Modules/CTest: Fix SubmitURL

Acked-by: Kitware Robot <[email protected]>
Merge-request: !3206
Craig Scott 6 years ago
parent
commit
0a29875313
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/CTest.cmake

+ 1 - 1
Modules/CTest.cmake

@@ -118,7 +118,7 @@ if(BUILD_TESTING)
       endif()
       string(APPEND SUBMIT_URL "@")
     endif()
-    string(APPEND SUBMIT_URL "${DROP_SITE}${DROP_SITE_LOCATION}")
+    string(APPEND SUBMIT_URL "${DROP_SITE}${DROP_LOCATION}")
   endif()
 
   find_program(CVSCOMMAND cvs )