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
Peter Stroia-Williams
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
()
...
...
Write
Preview
Markdown
is supported
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