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
Mathieu Westphal
ParaView-Superbuild
Commits
7216d23e
Commit
7216d23e
authored
Sep 23, 2014
by
Utkarsh Ayachit
⛰
Browse files
Update the ParaView source tar ball link and MD5 sum.
Change-Id: Ib1add43a07d47d13eda4a21e8d9057d32078615e
parent
3ba680e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
versions.cmake
View file @
7216d23e
...
...
@@ -144,9 +144,9 @@ if (ParaView_FROM_GIT)
GIT_TAG
"master"
)
else
()
# Variables to hold the URL and MD5 (optional)
set
(
ParaView_URL
"http://www.paraview.org/files/v4.
1
/ParaView-v4.
1
.0-source.tar.gz"
CACHE
set
(
ParaView_URL
"http://www.paraview.org/files/v4.
2
/ParaView-v4.
2
.0-source.tar.gz"
CACHE
STRING
"Specify the url for ParaView tarball"
)
set
(
ParaView_URL_MD5
"
1bcdc7abfccee8f0a59db8ae916bfac2
"
CACHE STRING
"MD5 of the ParaView tarball"
)
set
(
ParaView_URL_MD5
"
77cf0e3804eb7bb91d2d94b10bd470f4
"
CACHE STRING
"MD5 of the ParaView tarball"
)
# Get the length of the URL specified.
if
(
"
${
ParaView_URL
}
"
STREQUAL
""
)
...
...
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