Use variables set by find_package(CURL) (#3) · neomatrixcode/aws-lambda-cpp@248d260 · GitHub
Skip to content

Commit 248d260

Browse files
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

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions

ci/codebuild/build-cpp-sdk.sh

Lines changed: 0 additions & 1 deletion

ci/codebuild/lambda.patch

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)