Ver código fonte

Merge branch 'pythonqt-9-fix-msvc-2010-2012-build'

* pythonqt-9-fix-msvc-2010-2012-build:
  PythonQt: Fix msvc 2010/2012 build issue
Jean-Christophe Fillion-Robin 12 anos atrás
pai
commit
1c0977af17
1 arquivos alterados com 1 adições e 1 exclusões
  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 15839e05924fa300ffc976e577b50c9b56644f12)
+      set(revision_tag 9c92fd212605bb5ff4d462323763acf65d87e4a7)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()