{{ message }}
Commit 248d260
authored
Use variables set by find_package(CURL) (awslabs#3)
* Use variables set by find_package(CURL)
Without explicitly linking to ${CURL_LIBRARIES}, linker will always
pick up libcurl from the system path, which might not be what we want
if we built libcurl from source and installed it elsewhere, for example.
* Remove aws-cpp-sdk-lambda patch
This was needed when the custom runtime feature was not yet public.1 parent f75cf27 commit 248d260
3 files changed
Lines changed: 2 additions & 49 deletions
This file was deleted.

0 commit comments