diff --git a/wmake/scripts/paraviewFunctions b/wmake/scripts/paraviewFunctions
index 0dfa4ffe01471f7eb57bc83defc7c45de8996a8a..7a2fc55f839cff5292232465cadc56c43227bd59 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
 #