Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
ea346620
Commit
ea346620
authored
Aug 31, 2009
by
Will Dicharry
Browse files
Fixed link order dependence in FindHDF5 module for static link.
parent
c2ee27c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindHDF5.cmake
View file @
ea346620
...
...
@@ -161,8 +161,8 @@ else()
endif
()
# seed the initial lists of libraries to find with items we know we need
set
(
HDF5_C_LIBRARY_NAMES_INIT hdf5 hdf5
_hl
)
set
(
HDF5_CXX_LIBRARY_NAMES_INIT
${
HDF5_C_LIBRARY_NAMES_INIT
}
hdf5_cpp
)
set
(
HDF5_C_LIBRARY_NAMES_INIT hdf5
_hl
hdf5
)
set
(
HDF5_CXX_LIBRARY_NAMES_INIT
hdf5_cpp
${
HDF5_C_LIBRARY_NAMES_INIT
}
)
foreach
(
LANGUAGE
${
HDF5_LANGUAGE_BINDINGS
}
)
if
(
HDF5_
${
LANGUAGE
}
_COMPILE_LINE
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment