Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
aeva
CMB-Superbuild
Commits
3ed3ed33
Commit
3ed3ed33
authored
Apr 19, 2019
by
Bob Obara
Browse files
Update the default version to 6.1.0-rc2
parent
8142ffb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3ed3ed33
...
...
@@ -8,11 +8,6 @@ list(INSERT CMAKE_MODULE_PATH 0
macro
(
superbuild_setup_variables
)
include
(
SuperbuildVersionMacros
)
set
(
cmb_SOURCE_SELECTION
"6.1.0-RC1"
CACHE STRING
"Force version to 6.1.0-RC1"
FORCE
)
set
(
cmb_FROM_SOURCE_DIR OFF CACHE BOOL
"Force source dir off"
FORCE
)
set
(
smtk_SOURCE_SELECTION
"3.1.0-RC1"
CACHE STRING
"Force version to 3.1.0-RC1"
FORCE
)
set
(
smtk_FROM_SOURCE_DIR OFF CACHE BOOL
"Force source dir off"
FORCE
)
if
(
cmb_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.
...
...
versions.cmake
View file @
3ed3ed33
...
...
@@ -20,7 +20,7 @@ superbuild_set_revision(vtkonly
superbuild_set_selectable_source
(
cmb
SELECT 6.1.0-RC1
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/cmb.git"
GIT_TAG
"v6.1.0-
RC1
"
GIT_TAG
"v6.1.0-
rc2
"
SELECT git CUSTOMIZABLE DEFAULT
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/cmb.git"
GIT_TAG
"origin/master"
...
...
@@ -30,7 +30,7 @@ superbuild_set_selectable_source(cmb
superbuild_set_selectable_source
(
smtk
SELECT 3.1.0-RC1
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/smtk.git"
GIT_TAG
"v3.1.0-
RC1
"
GIT_TAG
"v3.1.0-
rc2
"
SELECT git CUSTOMIZABLE DEFAULT
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/smtk.git"
GIT_TAG
"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