COMP: support install for paraview-versioned cmake

This commit is contained in:
Mark Olesen
2019-11-05 09:06:33 +01:00
committed by Andrew Heather
parent e3b9bbab11
commit a6c442bf3f

View File

@ -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
#