Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
ParaView
Commits
7ba4068a
Commit
7ba4068a
authored
Aug 22, 2019
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ParaViewPlugin: fix the import prefix variable name
parent
cd63fe95
Pipeline
#144517
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMake/ParaViewPlugin.cmake
CMake/ParaViewPlugin.cmake
+2
-2
No files found.
CMake/ParaViewPlugin.cmake
View file @
7ba4068a
...
...
@@ -572,8 +572,8 @@ void ${_paraview_build_target_safe}_initialize()
file
(
APPEND
"
${
_paraview_build_properties_install_file
}
"
"set_property(TARGET
\"
${
_paraview_build_TARGET
}
\"
PROPERTY
INTERFACE_paraview_plugin_plugins_file
\"\$
{_vtk_module_
write_
import_prefix}/
${
_paraview_build_plugin_destination
}
/
${
_paraview_build_PLUGINS_FILE_NAME
}
\"
)
unset(_vtk_module_
write_
import_prefix)
\n
"
)
INTERFACE_paraview_plugin_plugins_file
\"\$
{_vtk_module_import_prefix}/
${
_paraview_build_plugin_destination
}
/
${
_paraview_build_PLUGINS_FILE_NAME
}
\"
)
unset(_vtk_module_import_prefix)
\n
"
)
install
(
FILES
"
${
_paraview_build_properties_install_file
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment