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
8142ffb8
Commit
8142ffb8
authored
Apr 18, 2019
by
Bob Obara
Browse files
Update the default version to 6.1.0-RC1
parent
bde4e116
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8142ffb8
...
...
@@ -8,6 +8,11 @@ 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 @
8142ffb8
...
...
@@ -18,31 +18,19 @@ superbuild_set_revision(vtkonly
GIT_TAG
"v8.2.0"
)
superbuild_set_selectable_source
(
cmb
SELECT 6.
0
.0
SELECT 6.
1
.0
-RC1
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/cmb.git"
GIT_TAG
"v6.
0
.0"
GIT_TAG
"v6.
1
.0
-RC1
"
SELECT git CUSTOMIZABLE DEFAULT
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/cmb.git"
GIT_TAG
"origin/master"
SELECT source CUSTOMIZABLE
SOURCE_DIR
"source-cmb"
)
set
(
smtk_source_dir
)
if
(
cmb_SOURCE_SELECTION STREQUAL
"source"
)
set
(
smtk_source_dir
"
${
cmb_SOURCE_DIR
}
"
)
else
()
set
(
smtk_source_dir
"
${
CMAKE_BINARY_DIR
}
/superbuild/cmb/src"
)
set_property
(
GLOBAL
PROPERTY
smtk_need_cmb_download TRUE
)
endif
()
superbuild_set_selectable_source
(
smtk
SELECT 3.
0
.0
SELECT 3.
1
.0
-RC1
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/smtk.git"
GIT_TAG
"v3.
0
.0"
GIT_TAG
"v3.
1
.0
-RC1
"
SELECT git CUSTOMIZABLE DEFAULT
GIT_REPOSITORY
"https://gitlab.kitware.com/cmb/smtk.git"
GIT_TAG
"origin/master"
...
...
Write
Preview
Supports
Markdown
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