소스 검색

Merge pull request #601 from msmolens/update-pythonqt-with-signal-receiver-cleanup-crash-fix

Update PythonQt to fix crash during PythonQt::cleanup()
Jean-Christophe Fillion-Robin 10 년 전
부모
커밋
71991737ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeExternals/PythonQt.cmake

+ 1 - 1
CMakeExternals/PythonQt.cmake

@@ -66,7 +66,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
     message(FATAL_ERROR "error: Python is required to build ${PROJECT_NAME}")
   endif()
 
-  set(revision_tag d1b0cacf96d20513cd68cdfbdf9dc686b104c477)
+  set(revision_tag cbf890f8eda122b8dca8e67d2bf75e85640ab297)
   if(${proj}_REVISION_TAG)
     set(revision_tag ${${proj}_REVISION_TAG})
   endif()