Skip to content

Commit f1b677b

Browse files
committed
fix(build): Allow to regenerate files using zap
For the record, files can be regenerated from developer using: rm -rf build ; cmake_options=-DZAP_GENERATE=ON ./helper.mk For some reasons developer will have to commit also generated files, which is a bad practice, but I believe it was intentional to avoid propagation to zap as build dependency, this may be revised to avoid serialization of development. Relate-to: https://github.com/project-chip/zap/releases/download/v2025.07.24/zap-linux-x64.deb Bug-SiliconLabs: UIC-3222 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 17df372 commit f1b677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project?=unifysdk
1616
BUILD_DEV_GUI?=OFF
1717
BUILD_IMAGE_PROVIDER?=ON
1818

19-
cmake_options?=-B ${build_dir}
19+
cmake_options+=-B ${build_dir}
2020

2121
CMAKE_GENERATOR?=Ninja
2222
export CMAKE_GENERATOR

0 commit comments

Comments
 (0)