Skip to content

Commit

Permalink
#1677: cmake: fix newline EOF
Browse files Browse the repository at this point in the history
nmm0 committed Feb 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 773db10 commit 6803ce6
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/build_git_info.cmake
Original file line number Diff line number Diff line change
@@ -31,4 +31,4 @@ add_custom_command(
DEPENDS ${GIT_DIR}
)

target_sources(${VIRTUAL_TRANSPORT_LIBRARY} PRIVATE ${VT_GIT_CONFIG_FILE})
target_sources(${VIRTUAL_TRANSPORT_LIBRARY} PRIVATE ${VT_GIT_CONFIG_FILE})
2 changes: 1 addition & 1 deletion cmake/run-git.cmake
Original file line number Diff line number Diff line change
@@ -97,4 +97,4 @@ endif()
message(STATUS "Git Clean Status: \"${GIT_CLEAN_STATUS}\"")

message(STATUS "Configuring ${IN_FILE} to generate ${OUT_FILE}.")
configure_file(${IN_FILE} ${OUT_FILE} @ONLY)
configure_file(${IN_FILE} ${OUT_FILE} @ONLY)

0 comments on commit 6803ce6

Please sign in to comment.