Browse Source

Merge pull request #536 from jcfr/534-update-vtk-to-fix-macosx-gc-error

Update VTK to fix "garbage collection is no longer supported" error. See...
Jean-Christophe Fillion-Robin 10 years ago
parent
commit
e172614ea0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeExternals/VTK.cmake

+ 1 - 1
CMakeExternals/VTK.cmake

@@ -25,7 +25,7 @@ endif()
 
 if(NOT DEFINED VTK_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
 
-  set(revision_tag d3b66526624ba8e55addcddb0ec28c40982473ac)
+  set(revision_tag f3f70ec0912cf836a3d5954a95cb04f0237fbdc4)
   if(${proj}_REVISION_TAG)
     set(revision_tag ${${proj}_REVISION_TAG})
   endif()