forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aws-sdk-cpp] Update AWS SDK for C++ and its dependencies (microsoft#…
- Loading branch information
Ahmed Yarub Hani Al Nuaimi
authored
Feb 1, 2023
1 parent
871e20c
commit ca91559
Showing
65 changed files
with
415 additions
and
707 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
diff --git a/cmake/modules/FindLibCrypto.cmake b/cmake/modules/FindLibCrypto.cmake | ||
index 564ba97..f748212 100644 | ||
--- a/cmake/modules/FindLibCrypto.cmake | ||
+++ b/cmake/modules/FindLibCrypto.cmake | ||
@@ -89,9 +89,6 @@ else() | ||
set(LIBCRYPTO_FOUND true) | ||
set(LibCrypto_FOUND true) | ||
diff --git a/cmake/modules/Findcrypto.cmake b/cmake/modules/Findcrypto.cmake | ||
index fed83bb..9c1ae28 100644 | ||
--- a/cmake/modules/Findcrypto.cmake | ||
+++ b/cmake/modules/Findcrypto.cmake | ||
@@ -105,9 +105,6 @@ else() | ||
set(CRYPTO_FOUND true) | ||
set(crypto_FOUND true) | ||
|
||
- message(STATUS "LibCrypto Include Dir: ${LibCrypto_INCLUDE_DIR}") | ||
- message(STATUS "LibCrypto Shared Lib: ${LibCrypto_SHARED_LIBRARY}") | ||
- message(STATUS "LibCrypto Static Lib: ${LibCrypto_STATIC_LIBRARY}") | ||
if (NOT TARGET crypto AND | ||
(EXISTS "${LibCrypto_LIBRARY}") | ||
- message(STATUS "LibCrypto Include Dir: ${crypto_INCLUDE_DIR}") | ||
- message(STATUS "LibCrypto Shared Lib: ${crypto_SHARED_LIBRARY}") | ||
- message(STATUS "LibCrypto Static Lib: ${crypto_STATIC_LIBRARY}") | ||
if (NOT TARGET AWS::crypto AND | ||
(EXISTS "${crypto_LIBRARY}") | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.