Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
27f5e2dd
Commit
27f5e2dd
authored
Dec 25, 2020
by
Ben Boeckel
⛰
Browse files
paraview: use superbuild for all package install components
parent
6ba32354
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/unix/paraview.bundle.unix.cmake
View file @
27f5e2dd
...
...
@@ -63,7 +63,7 @@ if (EXISTS "${superbuild_install_location}/bin/paraview.conf")
install
(
FILES
"
${
superbuild_install_location
}
/bin/paraview.conf"
DESTINATION
"bin"
COMPONENT
"
runtime
"
)
COMPONENT
"
superbuild
"
)
endif
()
foreach
(
paraview_plugin IN LISTS paraview_plugins
)
...
...
projects/win32/paraview.bundle.cmake
View file @
27f5e2dd
...
...
@@ -58,7 +58,7 @@ if (EXISTS "${superbuild_install_location}/bin/paraview.conf")
install
(
FILES
"
${
superbuild_install_location
}
/bin/paraview.conf"
DESTINATION
"bin"
COMPONENT
"
runtime
"
)
COMPONENT
"
superbuild
"
)
endif
()
foreach
(
paraview_plugin IN LISTS paraview_plugins
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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