mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/remove_unnecessary_cmake_comment' into 'master'
[unity]: deleted unuseful comment for linux target See merge request espressif/esp-idf!13865
This commit is contained in:
commit
7529355597
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user