You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up to now we update the library version inside CMakeLists.txt manually. I think a more efficienct way would be to read the latest git tag name inside the cmake system so that just tagging is enough to define a human version.
What do you think?
the cmake variable LIBRARY_VERSION inside cmake could be simply filled by a call to a git command that returns the latest tag.
The text was updated successfully, but these errors were encountered:
Up to now we update the library version inside
CMakeLists.txt
manually. I think a more efficienct way would be to read the latest git tag name inside thecmake
system so that just tagging is enough to define a human version.What do you think?
the cmake variable
LIBRARY_VERSION
inside cmake could be simply filled by a call to agit
command that returns the latest tag.The text was updated successfully, but these errors were encountered: