Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Boeckel
VTK
Commits
121a5f16
Commit
121a5f16
authored
5 years ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
FindHDF5: clear any `HDF5_FOUND` status before starting
parent
0dd5dfdd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#150553
passed
5 years ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/patches/99/FindHDF5.cmake
+5
-0
5 additions, 0 deletions
CMake/patches/99/FindHDF5.cmake
with
5 additions
and
0 deletions
CMake/patches/99/FindHDF5.cmake
+
5
−
0
View file @
121a5f16
...
...
@@ -125,6 +125,11 @@ The following variable can be set to guide the search for HDF5 libraries and inc
include
(
SelectLibraryConfigurations
)
include
(
FindPackageHandleStandardArgs
)
# We haven't found HDF5 yet. Clear its state in case it is set in the parent
# scope somewhere else. We can't rely on it because different components may
# have been requested for this call.
set
(
HDF5_FOUND OFF
)
# List of the valid HDF5 components
set
(
HDF5_VALID_LANGUAGE_BINDINGS C CXX Fortran
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment