Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
2f685153
Commit
2f685153
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
reverting HDF5 change: it breaks our nightly builds
parent
ce40b027
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-6
4 additions, 6 deletions
CMakeLists.txt
with
4 additions
and
6 deletions
CMakeLists.txt
+
4
−
6
View file @
2f685153
...
...
@@ -825,10 +825,8 @@ if(ENABLE_FOURIER_MODEL)
endif
(
ENABLE_FOURIER_MODEL
)
if
(
ENABLE_MED OR ENABLE_CGNS
)
find_package
(
HDF5
)
if
(
HDF5_FOUND
)
set
(
HDF5_LIB
"
${
HDF5_C_LIBRARIES
}
"
)
list
(
APPEND EXTERNAL_INCLUDES
${
HDF5_INCLUDE_DIRS
}
)
find_library
(
HDF5_LIB hdf5
)
if
(
HDF5_LIB
)
if
(
ENABLE_MED
)
find_library
(
MED_LIB med
)
if
(
MED_LIB
)
...
...
@@ -859,9 +857,9 @@ if(ENABLE_MED OR ENABLE_CGNS)
endif
(
ZLIB_FOUND
)
endif
(
NOT HAVE_LIBZ
)
endif
(
MED_LIB OR CGNS_LIB
)
else
(
HDF5_
FOUND
)
else
(
HDF5_
LIB
)
message
(
STATUS
"HDF5 not found"
)
endif
(
HDF5_
FOUND
)
endif
(
HDF5_
LIB
)
endif
(
ENABLE_MED OR ENABLE_CGNS
)
if
(
HAVE_SOLVER
)
...
...
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