Skip to content
GitLab
Menu
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
ddbd497c
Commit
ddbd497c
authored
Sep 14, 2018
by
Utkarsh Ayachit
⛰
Browse files
add ability to turn off motionfx in superbuild.
exposes options added to ParaView in
paraview/paraview!2749
.
parent
d2174d64
Pipeline
#117814
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
projects/paraview.cmake
View file @
ddbd497c
...
...
@@ -125,6 +125,9 @@ if (mpi_enabled)
-DPARAVIEW_INITIALIZE_MPI_ON_CLIENT:BOOL=
${
PARAVIEW_INITIALIZE_MPI_ON_CLIENT
}
)
endif
()
option
(
PARAVIEW_ENABLE_MOTIONFX
"Enable MotionFX reader, if supported on platform"
ON
)
mark_as_advanced
(
PARAVIEW_ENABLE_MOTIONFX
)
superbuild_add_project
(
paraview
DEBUGGABLE
DEFAULT_ON
...
...
@@ -152,6 +155,7 @@ superbuild_add_project(paraview
-DPARAVIEW_ENABLE_COSMOTOOLS:BOOL=
${
cosmotools_enabled
}
-DPARAVIEW_ENABLE_XDMF3:BOOL=
${
xdmf3_enabled
}
-DPARAVIEW_ENABLE_LAS:BOOL=
${
las_enabled
}
-DPARAVIEW_ENABLE_MOTIONFX:BOOL=
${
PARAVIEW_ENABLE_MOTIONFX
}
-DPARAVIEW_USE_MPI:BOOL=
${
mpi_enabled
}
-DPARAVIEW_USE_OSPRAY:BOOL=
${
ospray_enabled
}
-DPARAVIEW_USE_VISITBRIDGE:BOOL=
${
visitbridge_enabled
}
...
...
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