[Cmake-commits] CMake branch, master, updated. v3.14.1-666-g0a29875

Kitware Robot kwrobot at kitware.com
Tue Apr 9 18:03:06 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  0a29875313566c12cbc16391fc23dbe2da8c5c18 (commit)
       via  b8cb63457e0c94cf678c6da9723bff2e912a69de (commit)
      from  a289d7951734d7d107e3d3f780740e4f6f759b05 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0a29875313566c12cbc16391fc23dbe2da8c5c18
commit 0a29875313566c12cbc16391fc23dbe2da8c5c18
Merge: a289d79 b8cb634
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Tue Apr 9 21:55:22 2019 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Apr 9 17:55:34 2019 -0400

    Merge topic 'fix-submit-url'
    
    b8cb63457e Modules/CTest: Fix SubmitURL
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !3206


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b8cb63457e0c94cf678c6da9723bff2e912a69de
commit b8cb63457e0c94cf678c6da9723bff2e912a69de
Author:     Regina Pfeifer <regina at mailbox.org>
AuthorDate: Mon Apr 8 22:23:11 2019 +0200
Commit:     Craig Scott <craig.scott at crascit.com>
CommitDate: Wed Apr 10 07:43:20 2019 +1000

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

diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake
index d100704..3a111ca 100644
--- a/Modules/CTest.cmake
+++ b/Modules/CTest.cmake
@@ -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 )

-----------------------------------------------------------------------

Summary of changes:
 Modules/CTest.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list