aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/aws-sdk-cpp/usage')
-rw-r--r--ports/aws-sdk-cpp/usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/aws-sdk-cpp/usage b/ports/aws-sdk-cpp/usage
index 7f3176483..13a822f1c 100644
--- a/ports/aws-sdk-cpp/usage
+++ b/ports/aws-sdk-cpp/usage
@@ -1,5 +1,5 @@
The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
find_package(AWSSDK CONFIG COMPONENTS core dynamodb kinesis s3 REQUIRED)
- target_include_directories(main PRVATE ${AWSSDK_INCLUDE_DIRS})
+ target_include_directories(main PRIVATE ${AWSSDK_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${AWSSDK_LIBRARIES})