From 47d65aeada3a78fcbe05b34c7bc4b559abf516f0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Oct 2021 01:32:20 -0400 Subject: [PATCH] paraview: update for plugin dynamic-initializers. --- projects/paraview.cmake | 5 +++-- versions.cmake | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/projects/paraview.cmake b/projects/paraview.cmake index e9c358ed..4492900e 100644 --- a/projects/paraview.cmake +++ b/projects/paraview.cmake @@ -121,8 +121,9 @@ superbuild_add_project(paraview ${paraview_response_file} - # Keep up with the latest ParaView & VTK by avoiding the use of legacy API - -DPARAVIEW_BUILD_LEGACY_REMOVE:BOOL=TRUE + # Keep the legacy API on (but with warnings) so it's possible to merge + # in the face of changes that would break dependent external projects. + -DPARAVIEW_BUILD_LEGACY_REMOVE:BOOL=OFF ${paraview_extra_cmake_args}) diff --git a/versions.cmake b/versions.cmake index 15d4147d..11709ca3 100644 --- a/versions.cmake +++ b/versions.cmake @@ -27,9 +27,9 @@ superbuild_set_selectable_source(paraview # COPY THE COMMIT MESSAGE OF THE SHA. EXPLAIN WHY SMTK/CMB/AEVA NEED # THE NEW PARAVIEW VERSION. # - # What: master @ Fri Jul 16 22:11:45 2021 +0000 - # Why: CMake 3.21 fixes on Windows, followups for option rework fallout - GIT_TAG "f55e64b42c30b33a76ed4140d45a28cd00b8bd67" + # What: master @ Thu Oct 21 05:04:39 2021 +0000 + # Why: Dynamic initialization for plugins required for SMTK python scripts + GIT_TAG "4ba7bb978b17ca1964b1fdb12a810fe6a8db4331" SELECT master CUSTOMIZABLE GIT_REPOSITORY "https://gitlab.kitware.com/paraview/paraview.git" GIT_TAG "origin/master" -- GitLab