Selaa lähdekoodia

Update QtTesting git tag : Fix crash when no Object found

Benjamin Long 13 vuotta sitten
vanhempi
commit
d7c08fcfbb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      CMakeExternals/QtTesting.cmake

+ 1 - 1
CMakeExternals/QtTesting.cmake

@@ -23,7 +23,7 @@ if(CTK_USE_QTTESTING)
 
     if(NOT DEFINED QtTesting_DIR)
 
-      set(revision_tag 4c01c5e7cde0fdeae15c082c0cdd2efcb926675f)
+      set(revision_tag 7dbef1003157941e7315220f53cf4e17d78b5e28)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()