Skip to content
Snippets Groups Projects
Commit 29e1c136 authored by Julie Brossard's avatar Julie Brossard
Browse files

[BUG] Added tag to describe

parent 422d5fbe
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ function(get_version root_repo_dir project_name project_version_string project_v
message(STATUS ${${PROJECT_NAME}_VERSION_STRING})
execute_process(COMMAND ${GIT_EXECUTABLE} describe
execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE ${PROJECT_NAME}_VERSION_STRING_2
OUTPUT_STRIP_TRAILING_WHITESPACE)
......
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