Quellcode durchsuchen

Merge branch '203-pythonqt-build-error'

* 203-pythonqt-build-error:
  Update PythonQt tag to fix error when building Debug against Python release
Jean-Christophe Fillion-Robin vor 13 Jahren
Ursprung
Commit
6367f8639e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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()