mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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:
@@ -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