Modules/CTest: Fix SubmitURL

Problem appeared in d6475daa79 (Modules/CTest: Set SubmitURL, 2018-12-08).

Fixes: #19099
This commit is contained in:
Regina Pfeifer
2019-04-08 22:23:11 +02:00
committed by Craig Scott
parent 192aa506c6
commit b8cb63457e

View File

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