Skip to content
Snippets Groups Projects
Commit 8b87cbea authored by Cory Quammen's avatar Cory Quammen
Browse files

Update the default version to 5.6.3

parent 0b77c1e3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ macro (superbuild_setup_variables) ...@@ -10,7 +10,7 @@ macro (superbuild_setup_variables)
if (paraview_SOURCE_SELECTION STREQUAL "git") if (paraview_SOURCE_SELECTION STREQUAL "git")
# Assuming master; just use the latest version, but let the user set their # 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. # own version in case it is actually a branch from some other version.
set(PARAVIEW_VERSION_DEFAULT "5.6.2" set(PARAVIEW_VERSION_DEFAULT "5.6.3"
CACHE STRING "The default version of ParaView to use if it cannot be detected") CACHE STRING "The default version of ParaView to use if it cannot be detected")
mark_as_advanced(PARAVIEW_VERSION_DEFAULT) mark_as_advanced(PARAVIEW_VERSION_DEFAULT)
set(paraview_default_version "${PARAVIEW_VERSION_DEFAULT}") set(paraview_default_version "${PARAVIEW_VERSION_DEFAULT}")
......
...@@ -47,9 +47,9 @@ superbuild_set_revision(paraviewtutorialdata ...@@ -47,9 +47,9 @@ superbuild_set_revision(paraviewtutorialdata
# on this assumption. # on this assumption.
superbuild_set_selectable_source(paraview superbuild_set_selectable_source(paraview
# NOTE: When updating this selection, also update `README.md` and CMakeLists.txt. # NOTE: When updating this selection, also update `README.md` and CMakeLists.txt.
SELECT 5.6.2 DEFAULT SELECT 5.6.3 DEFAULT
URL "http://www.paraview.org/files/v5.6/ParaView-v5.6.2.tar.xz" URL "http://www.paraview.org/files/v5.6/ParaView-v5.6.3.tar.xz"
URL_MD5 2ece7b85829b21878997d145d6729f7f URL_MD5 055773b133bd404457504c4ef59cb76d
SELECT git CUSTOMIZABLE SELECT git CUSTOMIZABLE
GIT_REPOSITORY "https://gitlab.kitware.com/paraview/paraview.git" GIT_REPOSITORY "https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG "origin/master" GIT_TAG "origin/master"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment