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 +107,6 @@ if (LEGACY_BUILD)
109
107
set(BoldWhite "${Esc}[1;37m")
110
108
endif ()
111
109
112
-
if (NOT USE_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
110
# backwards compatibility with old command line params
117
111
if ("${STATIC_LINKING}"STREQUAL"1")
118
112
set(BUILD_SHARED_LIBSOFF)
@@ -230,22 +224,28 @@ if (LEGACY_BUILD)
230
224
set(BUILD_TESTING_PREV ${BUILD_TESTING})
231
225
set(BUILD_TESTING OFFCACHEBOOL"Disable all tests in dependencies.")
232
226
# 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
227
set(CRT_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
239
228
add_subdirectory(crt/aws-crt-cpp)
240
229
set(BUILD_TESTING ${BUILD_TESTING_PREV})
241
-
if (ENABLE_OPENSSL_ENCRYPTION)
242
-
set(BUILD_SHARED_LIBS${BUILD_SHARED_LIBS_PREV})
243
-
endif ()
244
230
else ()
245
-
include(AwsFindPackage)
231
+
# This is required in order to append /lib/cmake to each element in CMAKE_PREFIX_PATH
0 commit comments