mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: support install for paraview-versioned cmake
This commit is contained in:
committed by
Andrew Heather
parent
e3b9bbab11
commit
a6c442bf3f
@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user