-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 port to v1.11.37
- Loading branch information
1 parent
5787cfa
commit 1de054a
Showing
7 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
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,12 +1,12 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index a653e38628..76d6067646 100644 | ||
index 41d220d5fa..f6ee9a2a74 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -142,7 +142,6 @@ else() | ||
endif() | ||
# Add Linker search paths to RPATH so as to fix the problem where some linkers can't find cross-compiled dependent libraries in customer paths when linking executables. | ||
-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true) | ||
# build the sdk targets | ||
project("aws-cpp-sdk-all" VERSION "${PROJECT_VERSION}" LANGUAGES CXX) | ||
@@ -147,7 +147,6 @@ if (LEGACY_BUILD) | ||
endif () | ||
|
||
# Add Linker search paths to RPATH so as to fix the problem where some linkers can't find cross-compiled dependent libraries in customer paths when linking executables. | ||
- set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true) | ||
|
||
# build the sdk targets | ||
project("aws-cpp-sdk-all" VERSION "${PROJECT_VERSION}" LANGUAGES CXX) |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/cmake/compiler_settings.cmake b/cmake/compiler_settings.cmake | ||
index a7689dc595..13e594f12c 100644 | ||
--- a/cmake/compiler_settings.cmake | ||
+++ b/cmake/compiler_settings.cmake | ||
@@ -153,9 +153,6 @@ macro(set_msvc_warnings) | ||
endif() | ||
|
||
# warnings as errors, max warning level (4) | ||
- if(NOT CMAKE_CXX_FLAGS MATCHES "/WX") | ||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX") | ||
- endif() | ||
|
||
# taken from http://stackoverflow.com/questions/2368811/how-to-set-warning-level-in-cmake | ||
if(CMAKE_CXX_FLAGS MATCHES "/W[0-4]") |
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 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