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
55b4ae71
Commit
55b4ae71
authored
Jul 12, 2016
by
Dave Moxey
Browse files
Update HDF5 source location
parent
27d6cf49
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/ThirdPartyHDF5.cmake
View file @
55b4ae71
...
@@ -40,7 +40,7 @@ IF (NEKTAR_USE_HDF5)
...
@@ -40,7 +40,7 @@ IF (NEKTAR_USE_HDF5)
EXTERNALPROJECT_ADD
(
EXTERNALPROJECT_ADD
(
hdf5-1.8.16
hdf5-1.8.16
PREFIX
${
TPSRC
}
PREFIX
${
TPSRC
}
URL
http://ae-nektar.ae.ic.ac.uk/~dmoxey
/hdf5-1.8.16.tar.bz2
URL
${
TPURL
}
/hdf5-1.8.16.tar.bz2
URL_MD5 79c1593573ebddf734eee8d43ecfe483
URL_MD5 79c1593573ebddf734eee8d43ecfe483
STAMP_DIR
${
TPBUILD
}
/stamp
STAMP_DIR
${
TPBUILD
}
/stamp
DOWNLOAD_DIR
${
TPSRC
}
DOWNLOAD_DIR
${
TPSRC
}
...
@@ -78,4 +78,4 @@ IF (NEKTAR_USE_HDF5)
...
@@ -78,4 +78,4 @@ IF (NEKTAR_USE_HDF5)
MARK_AS_ADVANCED
(
HDF5_LIBRARIES
)
MARK_AS_ADVANCED
(
HDF5_LIBRARIES
)
MARK_AS_ADVANCED
(
HDF5_INCLUDE_DIRS
)
MARK_AS_ADVANCED
(
HDF5_INCLUDE_DIRS
)
INCLUDE_DIRECTORIES
(
SYSTEM
${
HDF5_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
SYSTEM
${
HDF5_INCLUDE_DIRS
}
)
ENDIF
()
ENDIF
()
\ No newline at end of file
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