Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
b9c6b77e
Commit
b9c6b77e
authored
Jul 13, 2016
by
Dave Moxey
Browse files
Add status message if HDF5 found
parent
55b4ae71
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ThirdPartyHDF5.cmake
View file @
b9c6b77e
...
...
@@ -71,6 +71,7 @@ IF (NEKTAR_USE_HDF5)
SET
(
HDF5_CONFIG_INCLUDE_DIR
${
TPINC
}
)
ELSE
()
MESSAGE
(
STATUS
"Found HDF5:
${
HDF5_LIBRARIES
}
"
)
SET
(
HDF5_CONFIG_INCLUDE_DIR
${
HDF5_INCLUDE_DIRS
}
)
ADD_CUSTOM_TARGET
(
hdf5-1.8.16 ALL
)
ENDIF
()
...
...
Write
Preview
Supports
Markdown
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