Merge branch 'fix-submit-url' into release-3.14

Merge-request: !3206
This commit is contained in:
Craig Scott
2019-04-10 07:52:52 +10:00

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 )