Skip to content

Commit

Permalink
Merge pull request #25 from awslabs/remove_leftover_link
Browse files Browse the repository at this point in the history
Removed accidental AWS:: target inclusion.
  • Loading branch information
JonathanHenson authored Jan 3, 2020
2 parents 8e9caac + 709abbe commit 5f56275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ aws_prepare_symbol_visibility_args(${PROJECT_NAME} "AWS_CAL")
aws_add_sanitizers(${PROJECT_NAME} BLACKLIST "sanitizer-blacklist.txt")

aws_use_package(aws-c-common)
target_link_libraries(${PROJECT_NAME} PUBLIC AWS::aws-c-common ${PLATFORM_LIBS} ${DEP_AWS_LIBS})
target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS} ${PLATFORM_LIBS})

if (BYO_CRYPTO)
target_compile_definitions(${PROJECT_NAME} PRIVATE -DAWS_BYO_CRYPTO)
Expand Down

0 comments on commit 5f56275

Please sign in to comment.