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
Utkarsh Ayachit
ParaView-Superbuild
Commits
42597c50
Commit
42597c50
authored
Mar 12, 2018
by
Cory Quammen
Browse files
Update the default version to v5.5.0-RC3
parent
643a7a66
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
42597c50
...
...
@@ -10,7 +10,7 @@ macro (superbuild_setup_variables)
if
(
paraview_SOURCE_SELECTION STREQUAL
"git"
)
# Assuming master; just use the latest version, but let the user set their
# own version in case it is actually a branch from some other version.
set
(
PARAVIEW_VERSION_DEFAULT
"5.5.0-RC
2
"
set
(
PARAVIEW_VERSION_DEFAULT
"5.5.0-RC
3
"
CACHE STRING
"The default version of ParaView to use if it cannot be detected"
)
mark_as_advanced
(
PARAVIEW_VERSION_DEFAULT
)
set
(
paraview_default_version
"
${
PARAVIEW_VERSION_DEFAULT
}
"
)
...
...
versions.cmake
View file @
42597c50
...
...
@@ -47,9 +47,9 @@ superbuild_set_revision(paraviewtutorialdata
# on this assumption.
superbuild_set_selectable_source
(
paraview
# NOTE: When updating this selection, also update `README.md` and CMakeLists.txt.
SELECT 5.5.0-RC
2
DEFAULT
URL
"http://www.paraview.org/files/v5.5/ParaView-v5.5.0-RC
2
.tar.gz"
URL_MD5
57c83f702f2
ab
2
d7
780aa3613bb6a263
SELECT 5.5.0-RC
3
DEFAULT
URL
"http://www.paraview.org/files/v5.5/ParaView-v5.5.0-RC
3
.tar.gz"
URL_MD5
a4ebf87c
abd7
4b6ed607547799445d2c
SELECT git CUSTOMIZABLE
GIT_REPOSITORY
"https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG
"origin/master"
...
...
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