Skip to content

Commit 15623bd

Browse files
Prakhar BhattYash  Goyal
Prakhar Bhatt
and
Yash Goyal
authored
Added CMake warning if Update Client Hub is selected (#78)
* added warning if UCHub is selected * corrected warning * Updated UC hub warning text Co-authored-by: Yash Goyal <yashgoyal@C02Y71AJJGH5.local>
1 parent 27fa6ff commit 15623bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/edge_configure.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ if (${FIRMWARE_UPDATE})
167167
MESSAGE("Update client hub selected.")
168168
add_definitions ("-DMBED_CLOUD_CLIENT_SUPPORT_UPDATE=1")
169169
add_definitions("-DPAL_DNS_API_VERSION=1")
170+
message("WARNING: The next release, 0.20, will deprecate the Update Client (UC) hub library. Please use the new FOTA framework library, which can be enabled by adding -DFOTA_ENABLE=ON flag.")
170171
set(ENABLE_UC_HUB ON)
171172
endif()
172173

0 commit comments

Comments
 (0)