Bladeren bron

Merge branch 'RebaseQtTesting'

* RebaseQtTesting:
  Update QtTesting git tag and repository.
Benjamin Long 13 jaren geleden
bovenliggende
commit
c786fe53c7
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      CMakeExternals/QtTesting.cmake

+ 2 - 2
CMakeExternals/QtTesting.cmake

@@ -23,7 +23,7 @@ if(CTK_USE_QTTESTING)
 
     if(NOT DEFINED QtTesting_DIR)
 
-      set(revision_tag ed44502bf430651007f5ba737884a249dbb928e1)
+      set(revision_tag 4c01c5e7cde0fdeae15c082c0cdd2efcb926675f)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()
@@ -35,7 +35,7 @@ if(CTK_USE_QTTESTING)
         set(location_args GIT_REPOSITORY ${${proj}_GIT_REPOSITORY}
                           GIT_TAG ${revision_tag})
       else()
-        set(location_args GIT_REPOSITORY "${git_protocol}://github.com/benjaminlong/QtTesting.git"
+        set(location_args GIT_REPOSITORY "${git_protocol}://paraview.org/QtTesting.git"
                           GIT_TAG ${revision_tag})
       endif()