Skip to content

Commit

Permalink
Forgot to add default build updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Feb 11, 2017
1 parent 0bef89f commit 65ffb29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/sdks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ list(APPEND TEST_DEPENDENCY_LIST "lambda:access-management,cognito-identity,iam,
list(APPEND TEST_DEPENDENCY_LIST "sqs:access-management,cognito-identity,iam,core")
list(APPEND TEST_DEPENDENCY_LIST "transfer:s3,core")
list(APPEND TEST_DEPENDENCY_LIST "s3-encryption:s3,kms,core")
list(APPEND TEST_DEPENDENCY_LIST "text-to-speech:polly,core")

# make a list of the generated clients
set(GENERATED_SERVICE_LIST "")
Expand Down Expand Up @@ -234,6 +235,7 @@ else()
list(APPEND TEMP_SDK_BUILD_LIST "transfer")
list(APPEND TEMP_SDK_BUILD_LIST "s3-encryption")
list(APPEND TEMP_SDK_BUILD_LIST "core")
list(APPEND TEMP_SDK_BUILD_LIST "text-to-speech")

set(SDK_BUILD_LIST ${TEMP_SDK_BUILD_LIST})

Expand Down

0 comments on commit 65ffb29

Please sign in to comment.