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
c2146eed
Commit
c2146eed
authored
Apr 21, 2022
by
Julien Osman
Browse files
STYLE: Update to version 8.0.1
parent
26085b00
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c2146eed
...
...
@@ -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
"
0
"
)
set
(
OTB_VERSION_PATCH
"
1
"
)
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
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