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
6726dfa7
Commit
6726dfa7
authored
Dec 28, 2018
by
T.J. Corona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the default version to 6.0.0-rc2
parent
f4b7b057
Pipeline
#126714
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
6726dfa7
...
...
@@ -11,7 +11,7 @@ macro (superbuild_setup_variables)
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.
set
(
CMB_VERSION_DEFAULT
"6.0.0-
develop
"
set
(
CMB_VERSION_DEFAULT
"6.0.0-
rc2
"
CACHE STRING
"The default version of CMB to use if it cannot be detected"
)
mark_as_advanced
(
CMB_VERSION_DEFAULT
)
set
(
cmb_default_version
"
${
CMB_VERSION_DEFAULT
}
"
)
...
...
@@ -29,7 +29,7 @@ macro (superbuild_setup_variables)
if
(
smtk_SOURCE_SELECTION STREQUAL
"git"
OR smtk_SOURCE_SELECTION STREQUAL
"from_cmb"
)
# 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
(
SMTK_VERSION_DEFAULT
"3.0.0-
develop
"
set
(
SMTK_VERSION_DEFAULT
"3.0.0-
rc2
"
CACHE STRING
"The default version of SMTK to use if it cannot be detected"
)
mark_as_advanced
(
SMTK_VERSION_DEFAULT
)
set
(
smtk_default_version
"
${
SMTK_VERSION_DEFAULT
}
"
)
...
...
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