Explorar o código

QtTesting: Update Git repository URL to fix invalid cert issues.

Since QtTesting development has been moved to Github, this commit
updates the URL accordingly.

The error occurred when using git protocol:

  git clone https://paraview.org/QtTesting.git
  Cloning into 'QtTesting'...
  fatal: unable to access 'https://paraview.org/QtTesting.git/': Unknown SSL protocol error in connection to paraview.org:443

  git clone https://paraview.org/QtTesting.git
  Cloning into 'QtTesting'...
  fatal: unable to access 'https://paraview.org/QtTesting.git/': SSL certificate problem: unable to get local issuer certificate

Reported-by: Sergey Aleshin <4memph@gmail.com>
Thanks: Sergey Aleshin <4memph@gmail.com>
Jean-Christophe Fillion-Robin %!s(int64=10) %!d(string=hai) anos
pai
achega
a9612d0093
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeExternals/QtTesting.cmake

+ 1 - 1
CMakeExternals/QtTesting.cmake

@@ -36,7 +36,7 @@ if(NOT DEFINED QtTesting_DIR)
     set(location_args GIT_REPOSITORY ${${proj}_GIT_REPOSITORY}
                       GIT_TAG ${revision_tag})
   else()
-    set(location_args GIT_REPOSITORY "${git_protocol}://paraview.org/QtTesting.git"
+    set(location_args GIT_REPOSITORY "${git_protocol}://github.com/Kitware/QtTesting.git"
                       GIT_TAG ${revision_tag})
   endif()