aboutsummaryrefslogtreecommitdiff
path: root/cmake/GitVersion.cmake
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-27 09:18:15 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-27 09:18:15 -0400
commita47bff056b6439367362abe8a7859ed8b9d63ea2 (patch)
treedf7c0dc93a4508bf4a418e54078bc237fc348b31 /cmake/GitVersion.cmake
parent4d3edd67c28116bdd337f5b3b2f456329a269bdb (diff)
downloadstasis-a47bff056b6439367362abe8a7859ed8b9d63ea2.tar.gz
Remove --first-parent. All tags will be on master anyway.
Diffstat (limited to 'cmake/GitVersion.cmake')
-rw-r--r--cmake/GitVersion.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GitVersion.cmake b/cmake/GitVersion.cmake
index c9c6159..005667d 100644
--- a/cmake/GitVersion.cmake
+++ b/cmake/GitVersion.cmake
@@ -15,7 +15,7 @@ function(get_version_from_git)
endif()
execute_process(
- COMMAND ${GIT_EXECUTABLE} describe --first-parent --long --dirty --tags --always
+ COMMAND ${GIT_EXECUTABLE} describe --long --dirty --tags --always
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE GIT_TAG
OUTPUT_STRIP_TRAILING_WHITESPACE