瀏覽代碼

Update PythonQt tag to fix error when building Debug against Python release

Closes #203
Jean-Christophe Fillion-Robin 12 年之前
父節點
當前提交
0cbd451858
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeExternals/PythonQt.cmake

+ 1 - 1
CMakeExternals/PythonQt.cmake

@@ -53,7 +53,7 @@ if(${add_project})
         message(FATAL_ERROR "error: Python is required to build ${PROJECT_NAME}")
       endif()
 
-      set(revision_tag 47738f9c8c5d3ffa77c8f2e1844f899e5b548f0c)
+      set(revision_tag 6366f002a93aa238c55f58de949d09c552cda5a9)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()