Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: project-chip/connectedhomeip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cabeff7d9dfe9b898ec17732b81d91b823c4fbc2
Choose a base ref
..
head repository: project-chip/connectedhomeip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: decc859fad7e92548ef0e69174c359e4e31809c8
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 examples/lock-app/nrfconnect/CMakeLists.txt
2 changes: 1 addition & 1 deletion examples/lock-app/nrfconnect/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ get_filename_component(CHIP_ROOT ${CHIP_ROOT} REALPATH)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CHIP_ROOT}/config/nrfconnect/)

# Make sure all components can see our mbedtls config
include_directories(AFTER main/include ${CHIP_ROOT}/src/app/util ${CHIP_ROOT}/third_party/nlio/repo/include main)
include_directories(AFTER main/include ${CHIP_ROOT}/src/app/util main)

include(nrfconnect-app)