Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ParaView-Superbuild
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
55
Issues
55
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ParaView
ParaView-Superbuild
Commits
e686399b
Commit
e686399b
authored
Feb 02, 2017
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paraview: remove unused plugin install blocks
Nothing set the variables which these expected.
parent
3952fe06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
projects/unix/paraview.bundle.cmake
projects/unix/paraview.bundle.cmake
+0
-13
projects/win32/paraview.bundle.cmake
projects/win32/paraview.bundle.cmake
+0
-9
No files found.
projects/unix/paraview.bundle.cmake
View file @
e686399b
...
...
@@ -8,19 +8,6 @@ include(paraview.bundle.common)
set
(
paraview_component ParaView
)
include
(
paraview.bundle.unix
)
# Other miscellaneous dependencies.
if
(
qt4_built_by_superbuild OR qt5_built_by_superbuild
)
# TODO: get a list of Qt plugins.
# TODO: where do these go?
foreach
(
qt_plugin IN LISTS qt_plugins
)
superbuild_unix_install_plugin
(
"
${
qt_plugin
}
.so"
"lib/paraview-
${
paraview_version
}
"
"lib/paraview-
${
paraview_version
}
"
SEARCH_DIRECTORIES
"
${
library_paths
}
"
LOCATION
"lib/paraview-
${
paraview_version
}
"
)
endforeach
()
endif
()
if
(
paraview_has_gui
)
install
(
DIRECTORY
"
${
superbuild_install_location
}
/share/appdata"
...
...
projects/win32/paraview.bundle.cmake
View file @
e686399b
...
...
@@ -105,15 +105,6 @@ if (paraviewweb_enabled)
COMPONENT
"superbuild"
)
endif
()
if
(
qt4_built_by_superbuild OR qt5_built_by_superbuild
)
# TODO: get a list of Qt plugins.
foreach
(
qt_plugin IN LISTS qt_plugins
)
superbuild_windows_install_plugin
(
"
${
qt_plugin
}
.dll"
"bin"
"
${
library_paths
}
"
)
endforeach
()
endif
()
foreach
(
qt4_plugin_path IN LISTS qt4_plugin_paths
)
get_filename_component
(
qt4_plugin_group
"
${
qt4_plugin_paths
}
"
DIRECTORY
)
get_filename_component
(
qt4_plugin_group
"
${
qt4_plugin_group
}
"
NAME
)
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
f4f1e40a
·
Feb 06, 2017
mentioned in commit
f4f1e40a
mentioned in commit f4f1e40aa4a18a881b784c91eb8a0f167ffd498d
Toggle commit list
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