Skip to content

Commit 85a7f8b

Browse files
nmm0cz4rs
authored andcommitted
#1677: cmake: fix newline EOF
1 parent ca6e09d commit 85a7f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/build_git_info.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ add_custom_command(
3131
DEPENDS ${GIT_DIR}
3232
)
3333

34-
target_sources(${VIRTUAL_TRANSPORT_LIBRARY} PRIVATE ${VT_GIT_CONFIG_FILE})
34+
target_sources(${VIRTUAL_TRANSPORT_LIBRARY} PRIVATE ${VT_GIT_CONFIG_FILE})

cmake/run-git.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ endif()
9797
message(STATUS "Git Clean Status: \"${GIT_CLEAN_STATUS}\"")
9898

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

0 commit comments

Comments
 (0)