Skip to content

Commit

Permalink
Update cmake/Modules/GetVersionFromGit.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Wilson <paul.wilson@wisc.edu>
  • Loading branch information
ahnaf-tahmid-chowdhury and gonuke authored Jan 27, 2025
1 parent 075f92b commit dc28e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/GetVersionFromGit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Default Format Example: 1.2.3 v1.2.3 v1.2.3-rc1

set(VERSION_PREFIX "v" CACHE STRING "Prefix used in version tags")
set(VERSION_SURFIX "[~+-]([a-zA-Z0-9]+)" CACHE STRING "Suffix used in version tags")
set(VERSION_SUFFIX "[~+-]([a-zA-Z0-9]+)" CACHE STRING "Suffix used in version tags")
set(VERSION_REGEX "?([0-9]+\\.[0-9]+\\.[0-9]+)" CACHE STRING "Regex for extracting version")
set(ARCHIVAL_FILE "${CMAKE_SOURCE_DIR}/.git_archival.txt" CACHE STRING "Path to .git_archival.txt")

Expand Down

0 comments on commit dc28e2a

Please sign in to comment.