mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-12469 : Update AWS SDK version to avoid gcc7 compile errors.
This commit is contained in:
parent
5a43c8bae7
commit
84008f26b3
1 changed files with 3 additions and 6 deletions
|
@ -113,13 +113,10 @@ ELSE()
|
|||
ENDFOREACH()
|
||||
|
||||
# To be compatible with older cmake, we use older version of the SDK
|
||||
# We increase the version for macs however, so the newest mac could built it.
|
||||
IF(APPLE)
|
||||
SET(GIT_TAG "1.0.100")
|
||||
ELSEIF(_OPENSSL_VERSION VERSION_EQUAL "1.1")
|
||||
SET(GIT_TAG "1.0.114")
|
||||
IF(CMAKE_VERSION LESS "3.0")
|
||||
SET(GIT_TAG "1.0.8")
|
||||
ELSE()
|
||||
SET(GIT_TAG "1.0.8")
|
||||
SET(GIT_TAG "1.1.27")
|
||||
ENDIF()
|
||||
|
||||
SET(AWS_SDK_PATCH_COMMAND )
|
||||
|
|
Loading…
Reference in a new issue