Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
02eaa43d
Commit
02eaa43d
authored
Dec 06, 2014
by
Chris Cantwell
Browse files
Added missing underscore in CMAKE_CL_64
parent
03dd0915
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindWin32Lapack.cmake
View file @
02eaa43d
...
...
@@ -2,7 +2,7 @@ FIND_LIBRARY(WIN32_BLAS NAMES libblas PATHS ${TPSRC})
FIND_LIBRARY
(
WIN32_LAPACK NAMES liblapack PATHS
${
TPSRC
}
)
IF
(
NOT WIN32_BLAS OR NOT WIN32_LAPACK
)
IF
(
CMAKE_CL64
)
IF
(
CMAKE_CL
_
64
)
SET
(
WIN_ZIP_FILE
"win64-blas-lapack.zip"
)
SET
(
WIN_ZIP_MD5_VALUE
"b5ad4f7335ca964bbdafab129e44a046"
)
SET
(
WIN_ZIP_SHA1_VALUE
"adb331fa195db264e95e46b902887f12971dbf48"
)
...
...
@@ -58,4 +58,4 @@ GET_FILENAME_COMPONENT(LAPACK_DIR ${WIN32_LAPACK} PATH CACHE)
LINK_DIRECTORIES
(
${
LAPACK_DIR
}
)
MESSAGE
(
STATUS
"Found Win32 BLAS:
${
WIN32_BLAS
}
"
)
MESSAGE
(
STATUS
"Found Win32 Lapack:
${
WIN32_LAPACK
}
"
)
\ No newline at end of file
MESSAGE
(
STATUS
"Found Win32 Lapack:
${
WIN32_LAPACK
}
"
)
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