We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2bdb8 commit 36c0212Copy full SHA for 36c0212
cmake/AwsFindPackage.cmake
@@ -9,7 +9,7 @@ option(IN_SOURCE_BUILD "If the CRT libs are being built from your source tree (a
9
# together. Only use this on CRT libraries (including S2N), libcrypto will stay as an assumed external dependency.
10
#
11
# 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,
+# DEP_AWS_LIBS: output variable will be appended after each call to this function. You don't have to use it,
13
# but it can be passed directly target_link_libraries and it will be the properly qualified library
14
# name and namespace based on configuration.
15
function(aws_use_package package_name)
0 commit comments