Skip to content

Commit

Permalink
disable cm table
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed May 2, 2023
1 parent ac0a7b6 commit 560b023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/all-clusters-app/esp32/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ set(SRC_DIRS_LIST
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/examples/all-clusters-app/all-clusters-common/src"
)

# Disable Client Monitoring cluster until update is done
# https://github.com/project-chip/connectedhomeip/issues/24425
unset(SRC_DIRS_LIST "${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/util/ClientMonitoringRegistrationTable.cpp"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/util/ClientMonitoringRegistrationTable.h")


set(EXCLUDE_SRCS "${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/examples/all-clusters-app/all-clusters-common/src/static-supported-modes-manager.cpp")

Expand Down

0 comments on commit 560b023

Please sign in to comment.