[cmake] fix SRP server fast start mode option typo (#11798)

fix misspelled `OT_SRP_SERVER_FAST_START_MODE` build option
This commit is contained in:
Jason Zhang
2025-08-08 10:36:55 -07:00
committed by GitHub
parent 696c70994c
commit 5e04b4e261
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ OT_BUILD_OPTIONS=(
"-DOT_SRP_ADV_PROXY=ON"
"-DOT_SRP_CLIENT=ON"
"-DOT_SRP_SERVER=ON"
"-DOT_SRP_SERVER_FAST_START_MDOE=ON"
"-DOT_SRP_SERVER_FAST_START_MODE=ON"
"-DOT_UPTIME=ON"
"-DOT_VENDOR_NAME=OpenThread"
"-DOT_VENDOR_MODEL=Scan-build"