mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-13 04:42:01 +03:00
test(netif): fixed protocols test-apps building for unrelated comp. changes
This commit is contained in:
committed by
David Cermak
parent
e061dec036
commit
02ff6e9656
@@ -5,6 +5,6 @@ cmake_minimum_required(VERSION 3.22)
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
|
||||
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
|
||||
set(COMPONENTS main)
|
||||
idf_build_set_property(MINIMAL_BUILD ON)
|
||||
|
||||
project(esp_netif_build_config)
|
||||
|
||||
@@ -5,6 +5,6 @@ cmake_minimum_required(VERSION 3.22)
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
|
||||
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
|
||||
set(COMPONENTS main)
|
||||
idf_build_set_property(MINIMAL_BUILD ON)
|
||||
|
||||
project(net_suite)
|
||||
|
||||
Reference in New Issue
Block a user