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
5d8e1d55
Commit
5d8e1d55
authored
Jan 02, 2018
by
Bob Obara
Browse files
ENH: Prepping for CMB 6.0 Development
Changes made after this commit is for supporting CMB 6.x
parent
88e8ac67
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5d8e1d55
...
...
@@ -10,7 +10,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
"
5
.0.0-develop"
set
(
CMB_VERSION_DEFAULT
"
6
.0.0-develop"
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
}
"
)
...
...
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