Skip to content

Commit

Permalink
Ensure that aws-c-sdkutils is added as a dependency for downstream de…
Browse files Browse the repository at this point in the history
…ps (#143)
  • Loading branch information
Justin Boswell committed Oct 11, 2021
1 parent 0cbb125 commit 3169e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/aws-c-auth-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ find_dependency(aws-c-common)
find_dependency(aws-c-cal)
find_dependency(aws-c-io)
find_dependency(aws-c-http)
find_dependency(aws-c-sdkutils)

if (BUILD_SHARED_LIBS)
include(${CMAKE_CURRENT_LIST_DIR}/shared/@PROJECT_NAME@-targets.cmake)
Expand Down

0 comments on commit 3169e2d

Please sign in to comment.