Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show 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"
)
...
...
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