We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6e09d commit 85a7f8bCopy full SHA for 85a7f8b
cmake/build_git_info.cmake
@@ -31,4 +31,4 @@ add_custom_command(
31
DEPENDS ${GIT_DIR}
32
)
33
34
-target_sources(${VIRTUAL_TRANSPORT_LIBRARY} PRIVATE ${VT_GIT_CONFIG_FILE})
+target_sources(${VIRTUAL_TRANSPORT_LIBRARY} PRIVATE ${VT_GIT_CONFIG_FILE})
cmake/run-git.cmake
@@ -97,4 +97,4 @@ endif()
97
message(STATUS "Git Clean Status: \"${GIT_CLEAN_STATUS}\"")
98
99
message(STATUS "Configuring ${IN_FILE} to generate ${OUT_FILE}.")
100
-configure_file(${IN_FILE} ${OUT_FILE} @ONLY)
+configure_file(${IN_FILE} ${OUT_FILE} @ONLY)
0 commit comments