Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 4899691

Browse files
authored
Merge pull request #3325 from aws/main
Sync release with main for 202107.00
2 parents 7e21334 + c1cb773 commit 4899691

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/freertos_plus/aws/greengrass/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ afr_module_dependencies(
3535
PUBLIC
3636
AFR::secure_sockets
3737
AFR::logging
38+
# This dependency is required for auto-including
39+
# the coreMQTT library on the FreeRTOS console
40+
# when the Greengrass library is selected.
41+
AFR::core_mqtt_demo_dependencies
3842
PRIVATE
3943
3rdparty::jsmn
4044
)

0 commit comments

Comments
 (0)