소스 검색

Update QtTesting git tag : Fix crash when no Object found

Benjamin Long 13 년 전
부모
커밋
d7c08fcfbb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()