Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: correct git header generation status log #118

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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()
Loading