Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
676175b6
Commit
676175b6
authored
May 11, 2022
by
Julien Osman
Browse files
ENH: Set OTB version to 8.0.2
parent
c3473ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
676175b6
...
...
@@ -153,7 +153,7 @@ set(main_project_name ${_OTBModuleMacros_DEFAULT_LABEL})
# OTB version number.
set
(
OTB_VERSION_MAJOR
"8"
)
set
(
OTB_VERSION_MINOR
"0"
)
set
(
OTB_VERSION_PATCH
"
1
"
)
set
(
OTB_VERSION_PATCH
"
2
"
)
set
(
OTB_VERSION_STRING
"
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
.
${
OTB_VERSION_PATCH
}
"
)
get_package_name
(
${
OTB_SOURCE_DIR
}
${
PROJECT_NAME
}
OTB_VERSION_STRING2
)
...
...
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