Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
5083ca5e
Commit
5083ca5e
authored
Feb 11, 2015
by
PRUVOST Florent
Browse files
fix misprint for LAPACK_LIBDIR
parent
83ed8667
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_modules/morse/find/FindLAPACK.cmake
View file @
5083ca5e
...
...
@@ -180,8 +180,8 @@ if (NOT _libdir)
list
(
APPEND _libdir
"
${
LAPACK_DIR
}
/lib/ia32"
)
endif
()
endif
()
if
(
LAPACK_LIBIR
)
list
(
APPEND _libdir
"
${
LAPACK_LIBIR
}
"
)
if
(
LAPACK_LIB
D
IR
)
list
(
APPEND _libdir
"
${
LAPACK_LIB
D
IR
}
"
)
endif
()
if
(
WIN32
)
string
(
REPLACE
":"
";"
_libdir2
"$ENV{LIB}"
)
...
...
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