remove BUILD_ALWAYS from awssdk.cmake

This commit is contained in:
Josh Slocum 2022-04-22 10:43:21 -05:00
parent c75611bf94
commit 872c25148f
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ ExternalProject_Add(awssdk_project
-DCMAKE_EXE_LINKER_FLAGS=${AWSSDK_COMPILER_FLAGS}
-DCMAKE_CXX_FLAGS=${AWSSDK_LINK_FLAGS}
TEST_COMMAND ""
BUILD_ALWAYS TRUE
# the sdk build produces a ton of artifacts, with their own dependency tree, so there is a very specific dependency order they must be linked in
BUILD_BYPRODUCTS "${CMAKE_CURRENT_BINARY_DIR}/awssdk-build/install/lib64/libaws-cpp-sdk-core.a"
"${CMAKE_CURRENT_BINARY_DIR}/awssdk-build/install/lib64/libaws-crt-cpp.a"