Skip to content

Commit

Permalink
chore: Make line-ending consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Jul 24, 2022
1 parent 0a2b2b4 commit d1088df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AsioGrpcInstallGitHooks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function(asio_grpc_create_init_git_hooks_target)
configure_file("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/hooks/pre-commit.in"
"${ASIO_GRPC_GIT_HOOKS_SOURCE_DIR}/pre-commit" @ONLY NEWLINE_STYLE UNIX)
configure_file("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/hooks/AsioGrpcPreCommit.cmake.in"
"${ASIO_GRPC_GIT_HOOKS_SOURCE_DIR}/AsioGrpcPreCommit.cmake" @ONLY)
"${ASIO_GRPC_GIT_HOOKS_SOURCE_DIR}/AsioGrpcPreCommit.cmake" @ONLY NEWLINE_STYLE UNIX)

set(_asio_grpc_command_arguments
"-DGIT_HOOKS_TARGET_DIR=${ASIO_GRPC_GIT_HOOKS_TARGET_DIR}"
Expand Down

0 comments on commit d1088df

Please sign in to comment.