Tom Hulton-Harrop

Results 13 comments of Tom Hulton-Harrop

Hi there, I'm pretty sure this is still an issue, I just haven't had an opportunity to test again after switching to normal S3 instead of S3Crt. I will see...

This is awesome to hear @DmitriyMusatkin! 😄 Thanks very much for the update, I'll keep an eye on when the release is published! 🥳

I just ran into this issue when building with `ExternalProject_Add` and using `CMAKE_CACHE_ARGS -DCMAKE_DEBUG_POSTFIX:STRING=d` I believe the fix (as described above) is just ```diff -find_library(AWSSDK_CORE_LIB_FILE aws-cpp-sdk-core +find_library(AWSSDK_CORE_LIB_FILE aws-cpp-sdk-core${CMAKE_DEBUG_POSTFIX} "${AWSSDK_ROOT_DIR}/${AWSSDK_INSTALL_LIBDIR}/${AWSSDK_PLATFORM_PREFIX}" "${AWSSDK_ROOT_DIR}/${AWSSDK_INSTALL_LIBDIR}/${AWSSDK_PLATFORM_PREFIX}/Debug"...