Skip to content

Commit 36c0212

Browse files
author
Justin Boswell
authored
Fixed documentation typo in aws_use_package docs (#765)
1 parent 6b2bdb8 commit 36c0212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/AwsFindPackage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option(IN_SOURCE_BUILD "If the CRT libs are being built from your source tree (a
99
# together. Only use this on CRT libraries (including S2N), libcrypto will stay as an assumed external dependency.
1010
#
1111
# package_name: is the name of the package to find
12-
# DEP_CRT_LIBS: output variable will be appended after each call to this function. You don't have to use it,
12+
# DEP_AWS_LIBS: output variable will be appended after each call to this function. You don't have to use it,
1313
# but it can be passed directly target_link_libraries and it will be the properly qualified library
1414
# name and namespace based on configuration.
1515
function(aws_use_package package_name)

0 commit comments

Comments
 (0)