瀏覽代碼

Update Python tag to fix macosx xcode 4.3.3 build error

See issue #157 and #11 / https://github.com/commontk/PythonQt/compare/654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60...patched-2
Jean-Christophe Fillion-Robin 12 年之前
父節點
當前提交
6105711339
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeExternals/PythonQt.cmake

+ 1 - 1
CMakeExternals/PythonQt.cmake

@@ -44,7 +44,7 @@ if(${add_project})
         message(FATAL_ERROR "error: Python is required to build ${PROJECT_NAME}")
       endif()
 
-      set(revision_tag 654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60)
+      set(revision_tag 9104fa924859f4a865016f2138c06ec856f449d4)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()