Skip to content
Snippets Groups Projects
Commit 460d9ce2 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

DOC: update version number in standalone package

parent 8582353a
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,10 @@ include(OTBModuleRemote)
set(main_project_name ${_OTBModuleMacros_DEFAULT_LABEL})
#Please also update PACKAGE_VERSION var in SuperBuild/CMake/External_package.cmake
#when updating values below. There is no direct way to get OTB_VERSION_STRING value
#there.. other than I use an file(READ ... REGEX) option.
#Manually updating PACKAGE_VERSION seems way better than using read file and stuff.
#-----------------------------------------------------------------------------
# OTB version number.
set(OTB_VERSION_MAJOR "5")
......
message(STATUS "Setup OTB Packaging...")
set(PACKAGE_VERSION 5.0.0) #should take from cmake automatically or update with every release?
set(PACKAGE_VERSION 5.2.0)
set(PACKAGE_NAME OTB)
set(PACKAGE_LONG_NAME OrfeoToolBox)
......
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