Marco Ceriani

Results 2 comments of Marco Ceriani

I'm building both aws-sdk-cpp and aws-encryption-sdk using a CMakeLIsts.txt with two external projects ``` ExternalProject_Add(aws-sdk-cpp PREFIX ${SDK_ROOT} GIT_REPOSITORY https://github.com/aws/aws-sdk-cpp.git GIT_TAG ${AWS_SDK_VERSION} LIST_SEPARATOR "|" CMAKE_ARGS -DBUILD_ONLY=kms -DBUILD_SHARED_LIBS=ON -DENABLE_TESTING=OFF -DENABLE_UNITY_BUILD=ON -DCMAKE_INSTALL_PREFIX= -DCMAKE_INSTALL_LIBDIR=${CMAKE_INSTALL_LIBDIR}...

Hello Sam. Coincidentally I came back to update and recompile just recently. Currently we're not using the latest develop, but a version downloaded in late 2023. But since the pull...