Просмотр исходного кода

[unity]: deleted unuseful comment for linux target

Jakob Hasse 4 лет назад
Родитель
Сommit
1dfdf803b3
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      components/unity/CMakeLists.txt

+ 0 - 1
components/unity/CMakeLists.txt

@@ -19,7 +19,6 @@ if(CONFIG_UNITY_ENABLE_FIXTURE)
 endif()
 
 if(${IDF_TARGET} STREQUAL "linux")
-    message(STATUS "adding linux stuff...")
     idf_component_get_property(spi_flash_dir spi_flash COMPONENT_DIR)
     list(APPEND includes "${spi_flash_dir}/sim/stubs/esp_common")
 else()