Skip to content

Commit

Permalink
Add comment to explain formatting of version
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys committed Aug 6, 2024
1 parent d0e5b1a commit 3969362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ elseif (CMAKE_BUILD_TYPE STREQUAL "Profiling")
endif()

## ion-c Build Version
set(IONC_FULL_VERSION "v${CMAKE_PROJECT_VERSION}-0-g000000")
set(IONC_FULL_VERSION "v${CMAKE_PROJECT_VERSION}-0-g000000") # Format cmake project version to match git describe output
find_program(GIT_EXECUTABLE "git")
add_custom_target(
version
Expand Down

0 comments on commit 3969362

Please sign in to comment.