Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
Xdmf
Commits
04f0957e
Commit
04f0957e
authored
Feb 13, 2012
by
Brian Panneton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: Included hdf5 c include dirs during the build
parent
80c53e88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
core/CMakeLists.txt
core/CMakeLists.txt
+1
-0
No files found.
core/CMakeLists.txt
View file @
04f0957e
...
...
@@ -34,6 +34,7 @@ if(HDF5_FOUND)
mark_as_advanced
(
FORCE HDF5_hdf5_LIBRARY_DEBUG
)
mark_as_advanced
(
FORCE HDF5_hdf5_LIBRARY_RELEASE
)
include_directories
(
${
HDF5_INCLUDE_DIRS
}
)
include_directories
(
${
HDF5_C_INCLUDE_DIR
}
)
get_filename_component
(
HDF5_LIBRARY_DIR
"
${
HDF5_hdf5_LIBRARY_RELEASE
}
"
PATH
)
set
(
XDMF_LIBRARY_DIRS
${
XDMF_LIBRARY_DIRS
}
${
HDF5_LIBRARY_DIR
}
)
set
(
HDF5_LIBRARIES
${
HDF5_hdf5_LIBRARY_RELEASE
}
)
...
...
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