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
ParaView
ParaView-Superbuild
Commits
ca4857c4
Commit
ca4857c4
authored
Nov 15, 2017
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paraview.bundle: package pvbatch without MPI too
The binary is not reliant on it.
parent
ed65d41e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
projects/paraview.bundle.common.cmake
projects/paraview.bundle.common.cmake
+1
-5
No files found.
projects/paraview.bundle.common.cmake
View file @
ca4857c4
...
...
@@ -34,12 +34,8 @@ set(paraview_executables
pvserver
)
if
(
python_enabled
)
list
(
APPEND paraview_executables
pvbatch
pvpython
)
if
(
mpi_enabled
)
list
(
APPEND paraview_executables
pvbatch
)
endif
()
endif
()
set
(
paraview_has_gui FALSE
)
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
1aa13c99
·
Nov 15, 2017
mentioned in commit
1aa13c99
mentioned in commit 1aa13c99c20fb3428927d6b4409801811aefa169
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