You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(AWS_TEST_REGION"US_EAST_1"CACHESTRING"Region to target integration tests against")
@@ -109,10 +108,6 @@ if (LEGACY_BUILD)
109
108
set(BoldWhite"${Esc}[1;37m")
110
109
endif ()
111
110
112
-
if (NOTUSE_OPENSSL)
113
-
message(WARNING"Turning off USE_OPENSSL will install AWS-LC as replacement of OpenSSL in the system default directory. This is an experimental feature. Do not use if you have an OpenSSL installation in your system already.")
114
-
endif ()
115
-
116
111
# backwards compatibility with old command line params
117
112
if ("${STATIC_LINKING}"STREQUAL"1")
118
113
set(BUILD_SHARED_LIBSOFF)
@@ -230,22 +225,28 @@ if (LEGACY_BUILD)
230
225
set(BUILD_TESTING_PREV${BUILD_TESTING})
231
226
set(BUILD_TESTINGOFFCACHEBOOL"Disable all tests in dependencies.")
232
227
# TODO: Use same BUILD_SHARED_LIBS for Aws Common Runtime dependencies.
233
-
# libcurl and aws-sdk-cpp-core may link to different libcrypto, which leads to some issues for shared build.
234
-
if (ENABLE_OPENSSL_ENCRYPTION)
235
-
set(BUILD_SHARED_LIBS_PREV${BUILD_SHARED_LIBS})
236
-
set(BUILD_SHARED_LIBSOFF)
237
-
endif ()
238
228
set(CRT_BUILD_SHARED_LIBS${BUILD_SHARED_LIBS})
239
229
add_subdirectory(crt/aws-crt-cpp)
240
230
set(BUILD_TESTING${BUILD_TESTING_PREV})
241
-
if (ENABLE_OPENSSL_ENCRYPTION)
242
-
set(BUILD_SHARED_LIBS${BUILD_SHARED_LIBS_PREV})
243
-
endif ()
244
231
else ()
245
-
include(AwsFindPackage)
232
+
# This is required in order to append /lib/cmake to each element in CMAKE_PREFIX_PATH
0 commit comments