Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
7c2c9be1
Commit
7c2c9be1
authored
Mar 05, 2018
by
David Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump ParaView version the right way (TM).
parent
fb35e720
Pipeline
#95807
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
versions.cmake
versions.cmake
+1
-2
No files found.
CMakeLists.txt
View file @
7c2c9be1
...
...
@@ -24,7 +24,7 @@ macro (superbuild_setup_variables)
endif
()
superbuild_set_version_variables
(
cmb
"
${
cmb_default_version
}
"
"cmb-version.cmake"
"version.txt"
)
set
(
cmb_version
"
${
cmb_version_major
}
.
${
cmb_version_minor
}
"
)
superbuild_set_version_variables
(
paraview
"5.
4.
1"
"paraview-version.cmake"
"version.txt"
)
superbuild_set_version_variables
(
paraview
"5.
5.0-RC
1"
"paraview-version.cmake"
"version.txt"
)
set
(
paraview_version
"
${
paraview_version_major
}
.
${
paraview_version_minor
}
"
)
superbuild_set_version_variables
(
vtk
"8.1.0"
"vtk-version.cmake"
)
set
(
vtk_version
"
${
vtk_version_major
}
.
${
vtk_version_minor
}
"
)
...
...
versions.cmake
View file @
7c2c9be1
...
...
@@ -3,8 +3,7 @@ superbuild_set_revision(boost
URL_MD5 93eecce2abed9d2442c9676914709349
)
# XXX: When updating this, update the version number in CMakeLists.txt as well.
# The current version of ParaView is master branch as of 20 Jan 2018.
# The current version of ParaView is master branch as of March 5, 2018.
set
(
paraview_revision
"v5.5.0-RC1"
)
#set(paraview_revision "788ec01cb79403b518f0707182c4d5dcc4457465")
#set(paraview_revision origin/master)
...
...
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