Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eli F-F
CMake
Commits
50856e94
Commit
50856e94
authored
Mar 20, 2017
by
Brad King
💬
Browse files
Merge branch 'FindHDF5-fix-quoting' into release
parents
aa21a776
8214061d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindHDF5.cmake
View file @
50856e94
...
...
@@ -520,7 +520,7 @@ if(NOT HDF5_FOUND)
foreach
(
L IN LISTS HDF5_
${
__lang
}
_LIBRARY_NAMES
)
set
(
_HDF5_SEARCH_NAMES_LOCAL
)
if
(
x
"
${
L
}
"
MATCHES
"hdf5"
)
if
(
"
x
${
L
}
"
MATCHES
"hdf5"
)
# hdf5 library
set
(
_HDF5_SEARCH_OPTS_LOCAL
${
_HDF5_SEARCH_OPTS
}
)
if
(
UNIX AND HDF5_USE_STATIC_LIBRARIES
)
...
...
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