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
5867b1c3
Commit
5867b1c3
authored
Jan 13, 2014
by
Utkarsh Ayachit
⛰
Browse files
Update for version 4.1.0
Change-Id: I36102084f29387eb3a029fea7db94fa63bd079ec
parent
23fab72f
Changes
1
Hide whitespace changes
Inline
Side-by-side
versions.cmake
View file @
5867b1c3
...
...
@@ -125,14 +125,12 @@ if (ParaView_FROM_GIT)
# Download PV from GIT
add_revision
(
paraview
GIT_REPOSITORY git://paraview.org/ParaView.git
GIT_TAG
"
master
"
)
GIT_TAG
"
release
"
)
else
()
# Variables to hold the URL and MD5 (optional)
set
(
ParaView_URL
"http://www.paraview.org/files/v4.
0
/ParaView-v4.
0.1
-source.tgz"
CACHE
set
(
ParaView_URL
"http://www.paraview.org/files/v4.
1
/ParaView-v4.
1.0
-source.t
ar.
gz"
CACHE
STRING
"Specify the url for ParaView tarball"
)
#set (ParaView_URL_MD5 "6a65c4b03bd82393197f1311e6d9c750" CACHE
set
(
ParaView_URL_MD5
"6a300744eaf32676a3a7e1b42eb642c7"
CACHE
STRING
"MD5 of the ParaView tarball"
)
set
(
ParaView_URL_MD5
"1bcdc7abfccee8f0a59db8ae916bfac2"
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