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-10 07:43:20 +10:00
committed by Craig Scott
parent 192aa506c6
commit b8cb63457e
+1 -1
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 )