Skip to content
Snippets Groups Projects
Commit 4cef0ff3 authored by Dave Partyka's avatar Dave Partyka Committed by Kitware Robot
Browse files

Merge topic '3-12-superbuild-fixes'

ee2cb8aa .plugins should be installed in Plugins not Support.
parents 47b60e62 ee2cb8aa
No related branches found
Tags v3.12.0-RC2
No related merge requests found
......@@ -68,7 +68,7 @@ cp -p "@EXECUTABLE_OUTPUT_PATH@/pvserver" "$BinDir"
# Copy the ".plugins" configuration file.
echo "Copying $ParaViewExeOutputDir/.plugins to $SupportDir"
cp -p "$ParaViewExeOutputDir/.plugins" "$SupportDir/"
cp -p "$ParaViewExeOutputDir/.plugins" "$PluginsDir/"
# Copy the python scripts into the Python directory
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment