1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-06 14:21:57 +03:00

cmake: tidy up function name casing in CopyRuntimeDependencies.cmake

Use lowercase to match callers.
This commit is contained in:
Viktor Szakats
2024-04-09 09:54:59 +00:00
parent 2d765e454d
commit 03547cb8a8

View File

@@ -37,7 +37,7 @@
include(CMakeParseArguments)
function(ADD_TARGET_TO_COPY_DEPENDENCIES)
function(add_target_to_copy_dependencies)
set(options)
set(oneValueArgs TARGET)
set(multiValueArgs DEPENDENCIES BEFORE_TARGETS)