Browse Source

Merge pull request #594 from jcfr/fix-qttesting-checkout-url

QtTesting: Update Git repository URL to fix invalid cert issues.
Jean-Christophe Fillion-Robin 9 years ago
parent
commit
35a187ff5a
1 changed files with 1 additions and 1 deletions
  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()