aboutsummaryrefslogtreecommitdiff
path: root/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/aws-sdk-cpp/patch-relocatable-rpath.patch')
-rw-r--r--ports/aws-sdk-cpp/patch-relocatable-rpath.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/aws-sdk-cpp/patch-relocatable-rpath.patch b/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
index 9c5a5a2c5..828647cc4 100644
--- a/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
+++ b/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
@@ -8,5 +8,5 @@ index a653e38628..76d6067646 100644
# 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 third-party targets
- if (BUILD_DEPS)
+ # build the sdk targets
+ project("aws-cpp-sdk-all" VERSION "${PROJECT_VERSION}" LANGUAGES CXX)