Skip to content

Commit

Permalink
[cmake] set BUILD_TESTING to OFF (#718)
Browse files Browse the repository at this point in the history
This disables test builds when building samples.

Signed-off-by: Piotr Dymacz <[email protected]>
  • Loading branch information
pepe2k authored Jan 5, 2024
1 parent 9783517 commit e48a967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/build
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ readonly OT_SRCDIR

OT_OPTIONS=(
"-DCMAKE_BUILD_TYPE=MinSizeRel"
"-DBUILD_TESTING=OFF"
"-DOT_PLATFORM=external"
"-DOT_SLAAC=ON"
)
Expand Down

0 comments on commit e48a967

Please sign in to comment.