From 1dfdf803b3f4878f4428ccf2d55fb5e18611fc9f Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Fri, 4 Jun 2021 14:03:31 +0800 Subject: [PATCH] [unity]: deleted unuseful comment for linux target --- components/unity/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/components/unity/CMakeLists.txt b/components/unity/CMakeLists.txt index b54ffa20c8..10865c3afd 100644 --- a/components/unity/CMakeLists.txt +++ b/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()