diff --git a/applications/matter_weather_station/CMakeLists.txt b/applications/matter_weather_station/CMakeLists.txt index cb9129dcff81..478ae1fa30a1 100644 --- a/applications/matter_weather_station/CMakeLists.txt +++ b/applications/matter_weather_station/CMakeLists.txt @@ -20,7 +20,7 @@ endif() set(APPLICATION_CONFIG_DIR "configuration/\${BOARD}") -find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) +find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})a project(matter-weather-station) ################################################################################