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
Christian Butz
VTK
Commits
33f76f30
Commit
33f76f30
authored
Dec 20, 2010
by
David Partyka
Browse files
vtkhdf5: restore locating the system version of hdf5.
parent
a80c5adf
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/vtkHDF5Library.cmake
View file @
33f76f30
...
...
@@ -2,9 +2,9 @@
# Configure HDF5
IF
(
VTK_USE_SYSTEM_HDF5
)
#
find_package(HDF5 REQUIRED)
#INCLUDE(${ParaView_CMAKE_DIR}/FindZLIB.cmake
)
#
SET(VTK_HDF5_LIBRARIES ${HDF5_LIBRARIES})
find_package
(
HDF5 REQUIRED
)
find_package
(
ZLIB
)
SET
(
VTK_HDF5_LIBRARIES
${
HDF5_LIBRARIES
}
)
ELSE
(
VTK_USE_SYSTEM_HDF5
)
# Tell hdf5 that we are manually overriding certain settings
...
...
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