Skip to content

Commit

Permalink
perf: correct git header generation status log (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Jul 30, 2024
1 parent 2d2d5e1 commit 6123348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/configure/GitTools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ inline const StringOrView Describe() {

message(
STATUS
"Generated a git version header including project metadata in ${arg_DESTINATION} from ${arg_CONFIGURE_HEADER_FILE}
"Generated a git-based version header including project metadata in ${arg_DESTINATION} from ${arg_CONFIGURE_HEADER_FILE}
Usage:
target_include_directories(${arg_DESTINATION_PATH})
# Or refer to https://github.com/msclock/cmake-modules/blob/master/cmake/configure/Common.cmake
# Or refer to https://github.com/msclock/cmake-modules/blob/master/cmake/configure/GitTools.cmake
target_include_interface_directories(${arg_DESTINATION_PATH})")
endfunction()

0 comments on commit 6123348

Please sign in to comment.