Skip to content

Commit c88f197

Browse files
committed
Fix CMakeLists
1 parent 20c91f6 commit c88f197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ if(NOT CONFIG_ARDUINO_SELECTIVE_COMPILATION OR CONFIG_ARDUINO_SELECTIVE_OpenThre
380380
endif()
381381
endif()
382382

383-
if(IDF_TARGET NOT STREQUAL "esp32") # Remove this when Bluedroid support is dropped
383+
if(NOT IDF_TARGET STREQUAL "esp32") # Remove this when Bluedroid support is dropped
384384
list(APPEND requires esp_nimble)
385385
endif()
386386

0 commit comments

Comments
 (0)