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
ba30b944
Commit
ba30b944
authored
Jan 29, 2019
by
Michael Hirsch, Ph.D
Committed by
Brad King
Jan 30, 2019
Browse files
FindLAPACK: Remove extra indentation from a line
parent
d75fec5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindLAPACK.cmake
View file @
ba30b944
...
...
@@ -113,7 +113,7 @@ foreach(_library ${_list})
set
(
CMAKE_FIND_LIBRARY_SUFFIXES .a
${
CMAKE_FIND_LIBRARY_SUFFIXES
}
)
endif
()
else
()
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Linux"
)
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Linux"
)
# for ubuntu's libblas3gf and liblapack3gf packages
set
(
CMAKE_FIND_LIBRARY_SUFFIXES
${
CMAKE_FIND_LIBRARY_SUFFIXES
}
.so.3gf
)
endif
()
...
...
Brad King
@brad.king
mentioned in commit
74cba6a3
·
Jan 31, 2019
mentioned in commit
74cba6a3
mentioned in commit 74cba6a3fde29649a924bc54269ed3449743eb5f
Toggle commit list
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