Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
067bb859
Commit
067bb859
authored
Oct 19, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
paraview: depend on netcdf as well
parent
1c273c87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
Projects/paraview.cmake
Projects/paraview.cmake
+8
-1
No files found.
Projects/paraview.cmake
View file @
067bb859
...
...
@@ -58,6 +58,12 @@ endif()
#set of quotes into pqparaviewInitializer, and break the build
set
(
optional_plugins CMB_Plugin+KMLExporter_Plugin
)
set
(
paraview_depends
)
if
(
ENABLE_netcdf OR netcdf_ENABLED
)
list
(
APPEND paraview_depends
netcdfcpp
)
endif
()
add_external_project
(
paraview
DEPENDS
boost
...
...
@@ -68,8 +74,9 @@ add_external_project(paraview
# Doesn't work for OpenGL2 yet
# visitbridge
zlib
${
paraview_depends
}
DEPENDS_OPTIONAL
freetype ffmpeg hdf5 libxml3 manta mpi silo cgns mesa osmesa netcdfcpp
freetype ffmpeg hdf5 libxml3 manta mpi silo cgns mesa osmesa
netcdf
netcdfcpp
CMAKE_ARGS
-DBUILD_SHARED_LIBS:BOOL=ON
-DBUILD_TESTING:BOOL=OFF
...
...
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