Skip to content
Snippets Groups Projects
Commit 6bf445ca authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: missing OTB_VERSION_STRING

parent 19cf7618
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ set(main_project_name ${_OTBModuleMacros_DEFAULT_LABEL})
set(OTB_VERSION_MAJOR "4")
set(OTB_VERSION_MINOR "5")
set(OTB_VERSION_PATCH "0")
set(OTB_VERSION_STRING "${OTB_VERSION_MAJOR}.${OTB_VERSION_MINOR}.${OTB_VERSION_PATCH}")
if(NOT OTB_INSTALL_RUNTIME_DIR)
set(OTB_INSTALL_RUNTIME_DIR bin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment