Skip to content

Commit

Permalink
Add aws_ prefix to prebuild_dependency CMake function name (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfod committed Aug 16, 2024
1 parent 672cc00 commit 15fb6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AwsPrebuildDependency.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# CMAKE_ARGUMENTS Additional arguments that will be passed to cmake command.
#
# Set ${DEPENDENCY_NAME}_PREBUILT variable on success.
function(prebuild_dependency)
function(aws_prebuild_dependency)
set(oneValueArgs DEPENDENCY_NAME SOURCE_DIR)
set(multiValueArgs CMAKE_ARGUMENTS)
cmake_parse_arguments(AWS_PREBUILD "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
Expand Down

0 comments on commit 15fb6b7

Please sign in to comment.