Skip to content

Commit 5490595

Browse files
committed
update _NO_GENERIC_THREAD_NETWORK_COMMISSIONING_DRIVER_ in CMakeLists
1 parent 1c67eb4 commit 5490595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/thread-br-app/esp32/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
3838
idf_build_set_property(COMPILE_OPTIONS "-Wno-format-nonliteral;-Wno-format-security" APPEND)
3939

4040
# We don't need Thread Network Commissioning Driver
41-
idf_build_set_property(COMPILE_OPTIONS "-D_NO_NETWORK_COMMISSIONING_DRIVER_" APPEND)
41+
idf_build_set_property(COMPILE_OPTIONS "-D_NO_GENERIC_THREAD_NETWORK_COMMISSIONING_DRIVER_" APPEND)
4242

4343
# -Wmaybe-uninitialized has too many false positives, including on std::optional
4444
# and chip::Optional. Make it nonfatal.

0 commit comments

Comments
 (0)