mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
Modules/CTest: Fix SubmitURL
Problem appeared in d6475daa79 (Modules/CTest: Set SubmitURL, 2018-12-08).
Fixes: #19099
This commit is contained in:
committed by
Craig Scott
parent
192aa506c6
commit
b8cb63457e
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user