From a6c442bf3ffddb3e0d29b1492e6c7cd161dcdc98 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 5 Nov 2019 09:06:33 +0100 Subject: [PATCH] COMP: support install for paraview-versioned cmake --- wmake/scripts/paraviewFunctions | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wmake/scripts/paraviewFunctions b/wmake/scripts/paraviewFunctions index 0dfa4ffe01..7a2fc55f83 100644 --- a/wmake/scripts/paraviewFunctions +++ b/wmake/scripts/paraviewFunctions @@ -24,7 +24,7 @@ # # Provides Functions # have_pvplugin_support, no_paraview, echo_paraview -# cmakeVtk, cmakePv +# cmakeVtk, cmakePv, cmakePvInstall # # Variables on success # HAVE_PVPLUGIN_SUPPORT @@ -75,6 +75,12 @@ cmakePv() cmakeVersioned "ParaView_DIR=$ParaView_DIR" "$1" } +# CMake into objectsDir with ParaView_DIR dependency +cmakePvInstall() +{ + cmakeVersionedInstall "ParaView_DIR=$ParaView_DIR" "$1" +} + # # Build library - use sentinel file(s) to handle paraview version changes #