Selaa lähdekoodia

Merge branch '157-add-vtk-pythonqt-foreign-wrapper'

* 157-add-vtk-pythonqt-foreign-wrapper:
  Add fix for PythonQt mac build error related C standard lib macros to main header
Jean-Christophe Fillion-Robin 12 vuotta sitten
vanhempi
commit
3f167c553e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 9104fa924859f4a865016f2138c06ec856f449d4)
+      set(revision_tag 47738f9c8c5d3ffa77c8f2e1844f899e5b548f0c)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()