Skip to content

Commit 7a16ad6

Browse files
committed
Remove redundant contribs
1 parent decf72f commit 7a16ad6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/aws-cmake/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (ENABLE_OPENSSL_ENCRYPTION)
4747
list(APPEND AWS_PRIVATE_COMPILE_DEFS "-DENABLE_OPENSSL_ENCRYPTION")
4848
endif()
4949

50-
set(USE_S2N ON)
50+
set(USE_S2N OFF)
5151
if (USE_S2N)
5252
list(APPEND AWS_PRIVATE_COMPILE_DEFS "-DUSE_S2N")
5353
endif()
@@ -336,11 +336,11 @@ list(APPEND AWS_PUBLIC_INCLUDES "${AWS_CRT_DIR}/include/")
336336

337337

338338
# aws-c-mqtt
339-
file(GLOB AWS_MQTT_SRC
340-
"${AWS_MQTT_DIR}/source/*.c"
341-
)
339+
# file(GLOB AWS_MQTT_SRC
340+
# "${AWS_MQTT_DIR}/source/*.c"
341+
# )
342342

343-
list(APPEND AWS_SOURCES ${AWS_MQTT_SRC})
343+
# list(APPEND AWS_SOURCES ${AWS_MQTT_SRC})
344344
list(APPEND AWS_PUBLIC_INCLUDES "${AWS_MQTT_DIR}/include/")
345345

346346

0 commit comments

Comments
 (0)