Merge topic 'fix-submit-url'

b8cb63457e Modules/CTest: Fix SubmitURL

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3206
This commit is contained in:
Craig Scott
2019-04-09 21:55:22 +00:00
committed by Kitware Robot

View File

@@ -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 )