[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"
+1 -1
View File
@@ -110,7 +110,7 @@ OT_POSIX_SIM_COMMON_OPTIONS=(
"-DOT_SNTP_CLIENT=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"
)
readonly OT_POSIX_SIM_COMMON_OPTIONS
+1 -1
View File
@@ -112,7 +112,7 @@ build_simulation()
"-DOT_SERVICE=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_THREAD_VERSION=${version}"
)